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: actions/setup-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6
Choose a base ref
...
head repository: actions/setup-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 12 commits
  • 92 files changed
  • 7 contributors

Commits on Apr 23, 2026

  1. Configuration menu
    Copy the full SHA
    670825a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

  1. docs: Update restore-only cache documentation (#1550)

    * update restore-only cache example in advanced-usage.md
    
    * fix copilot suggestion
    
    * update naming
    priya-kinthali authored May 26, 2026
    Configuration menu
    Copy the full SHA
    ad1b57e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2026

  1. Remove dummy NODE_AUTH_TOKEN export (#1558)

    Co-authored-by: gowridurgad <[email protected]>
    gowridurgad and gowridurgad authored May 28, 2026
    Configuration menu
    Copy the full SHA
    0355742 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. Only use mirrorToken in getManifest if it's provided (#1548)

    * Only use `mirrorToken` in `getManifest` if it's provided
    
    Signed-off-by: Timo Sand <[email protected]>
    
    * `npm run build`
    
    Signed-off-by: Timo Sand <[email protected]>
    
    ---------
    
    Signed-off-by: Timo Sand <[email protected]>
    deiga authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    f4a67bb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. Configuration menu
    Copy the full SHA
    4f8aac5 View commit details
    Browse the repository at this point in the history
  2. Strict equality

    jasongin committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    360237f View commit details
    Browse the repository at this point in the history
  3. Update dist

    jasongin committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    4e1a87a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. Configuration menu
    Copy the full SHA
    30eb73b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

  1. Merge pull request #1569 from jasongin/update-actions-cache-5.1.0

    Bump @actions/cache to 5.1.0, log cache write denied
    Link- authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    6a61c03 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2026

  1. docs: Update caching recommendations to mitigate cache poisoning risks (

    #1567)
    
    * docs: Update caching recommendations to mitigate cache poisoning risks
    
    * docs: Disable automatic npm caching to mitigate cache poisoning risks
    chiranjib-swain authored Jul 2, 2026
    Configuration menu
    Copy the full SHA
    7c2c68d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2026

  1. Add cache-primary-key and cache-matched-key as outputs (#1577)

    * Add cache-primary-key and cache-matched-key as outputs
    
    * Refine cache output descriptions
    
    ---------
    
    Co-authored-by: gowridurgad <[email protected]>
    gowridurgad and gowridurgad authored Jul 7, 2026
    Configuration menu
    Copy the full SHA
    04be95c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. Migrate to ESM and upgrade dependencies (#1574)

    * Migrate to ESM
    
    * updated package.json version
    
    * Update README for v6 and clean up dev dependencies
    
    * Remove unused ts-node
    
    * fix audit issue
    
    ---------
    
    Co-authored-by: gowridurgad <[email protected]>
    gowridurgad and gowridurgad authored Jul 14, 2026
    Configuration menu
    Copy the full SHA
    8207627 View commit details
    Browse the repository at this point in the history
Loading