Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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.0.0
Choose a base ref
Loading
...
head repository: actions/setup-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
Loading
  • 5 commits
  • 25 files changed
  • 4 contributors

Commits on Oct 21, 2025

  1. Add example for restore-only cache in documentation (#1419)

    * Update versions.yml

    * Update versions.yml

    * doc update

    * update

    * update

    * doc update
    aparnajyothi-y authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    dda4788 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Bump @actions/cache from 4.0.3 to 4.1.0 (#1384)

    * Bump @actions/cache from 4.0.3 to 4.1.0

    Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 4.0.3 to 4.1.0.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache)

    ---
    updated-dependencies:
    - dependency-name: "@actions/cache"
    dependency-version: 4.1.0
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot]

    * check failure fix

    ---------

    Signed-off-by: dependabot[bot]
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: gowridurgad
    dependabot[bot] and gowridurgad authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    633bb92 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Remove always-auth configuration handling from action (#1436)

    * Remove always-auth configuration handling from setup-node

    * docs: update README to note always-auth removal

    Update README to mention removal of always-auth input

    * Clarify removal of 'always-auth' input in README

    Updated the description of the 'always-auth' input removal for clarity.
    priyagupta108 authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    b9b25d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Bump actions/checkout from 5 to 6 (#1439)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
    dependency-version: '6'
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot]
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    a4d2e2b View commit details
    Browse the repository at this point in the history
  2. Bump js-yaml from 3.14.1 to 3.14.2 (#1435)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.14.1...3.14.2)

    ---
    updated-dependencies:
    - dependency-name: js-yaml
    dependency-version: 3.14.2
    dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot]
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    395ad32 View commit details
    Browse the repository at this point in the history
Loading