Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: denoland/setup-deno
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
...
head repository: denoland/setup-deno
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 745 files changed
  • 10 contributors

Commits on Oct 9, 2024

  1. feat: v2 (#82)

    Co-authored-by: crowlkats <crowlkats@toaxl.com>
    lucacasonato and crowlKats authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4606d5c View commit details
    Browse the repository at this point in the history
  2. fix: update README and tests (#85)

    (cherry picked from commit 4b0db74)
    crowlKats committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b571f8c View commit details
    Browse the repository at this point in the history
  3. 2.0.1 (#86)

    (cherry picked from commit 1c4873e)
    crowlKats committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    01524fa View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. feat: add problem matchers for deno lint (#62)

    (cherry picked from commit 56da422)
    r7kamura authored and crowlKats committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    7c6ecb3 View commit details
    Browse the repository at this point in the history
  2. refactor: use GitHub downloads for stable version download (#91)

    (cherry picked from commit 5e036d0)
    crowlKats committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    003ac26 View commit details
    Browse the repository at this point in the history
  3. 2.0.2 (#92)

    (cherry picked from commit 27e0043)
    crowlKats committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    909cc5a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. refactor: convert action to TS and bundle code (#95)

    (cherry picked from commit 95bbb87)
    csvn authored and crowlKats committed May 14, 2025
    Configuration menu
    Copy the full SHA
    d74ee56 View commit details
    Browse the repository at this point in the history
  2. feat: add "lts" version option (#97)

    (cherry picked from commit a1496dd)
    sebdanielsson authored and crowlKats committed May 14, 2025
    Configuration menu
    Copy the full SHA
    db3496c View commit details
    Browse the repository at this point in the history
  3. feat: add built-in caching via inputs (#89)

    (cherry picked from commit fd6b0ad)
    csvn authored and crowlKats committed May 14, 2025
    Configuration menu
    Copy the full SHA
    aa0fea1 View commit details
    Browse the repository at this point in the history
  4. feat: include a hash of deno.lock files in the cache key automatically (

    #98)
    
    (cherry picked from commit 3169cf9)
    dsherret authored and crowlKats committed May 14, 2025
    Configuration menu
    Copy the full SHA
    609c005 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. fix: switch back to package.json as it's necessary for GH actions (#101)

    (cherry picked from commit ee64dd3)
    dsherret authored and crowlKats committed May 15, 2025
    Configuration menu
    Copy the full SHA
    8273ddd View commit details
    Browse the repository at this point in the history
  2. 2.0.3 (#102)

    (cherry picked from commit 2f7698f)
    crowlKats committed May 15, 2025
    Configuration menu
    Copy the full SHA
    e95548e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Update actions/checkout (#106)

    (cherry picked from commit bac1f72)
    katayama8000 authored and crowlKats committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    0c3e771 View commit details
    Browse the repository at this point in the history
  2. docs: add lts as possible release-channel output (#99)

    (cherry picked from commit e4ff81c)
    csvn authored and crowlKats committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    2af9d57 View commit details
    Browse the repository at this point in the history
  3. docs: condense Deno version information in one section (#100)

    (cherry picked from commit bdaa2e4)
    csvn authored and crowlKats committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    587bed9 View commit details
    Browse the repository at this point in the history
  4. docs: fix identifier for latest stable release (#115)

    (cherry picked from commit 390061a)
    Ms2ger authored and crowlKats committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    06fd750 View commit details
    Browse the repository at this point in the history
  5. feat: upgrade Node.js runtime from node20 to node24 (#123)

    GitHub Actions is deprecating the Node.js 20 runtime, with enforcement
    starting June 2, 2026. This updates the action to use node24 runtime.
    
    - action.yml: change `using: "node20"` to `using: "node24"`
    - package.json: bump `@types/node` from ^20.16.5 to ^24
    
    Fixes #122
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    (cherry picked from commit 6a293fc)
    2 people authored and crowlKats committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    3f17b4e View commit details
    Browse the repository at this point in the history
  6. 2.0.3

    crowlKats committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    667a34c View commit details
    Browse the repository at this point in the history
Loading