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: v5
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: v6
Choose a head ref
  • 15 commits
  • 97 files changed
  • 10 contributors

Commits on Sep 9, 2025

  1. Bump ts-jest from 29.1.2 to 29.4.1 (#1336)

    * Bump ts-jest from 29.1.2 to 29.4.1
    
    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.4.1.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.2...v29.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-version: 29.4.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * documentation update
    
    * check failure fix
    
    * text alignment
    
    * doc update
    
    * updated documentation and logs
    
    * doc update
    
    * update
    
    * doc update
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    dependabot[bot] and aparnajyothi-y authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    cd2651c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Bump prettier from 2.8.8 to 3.6.2 (#1334)

    * Bump prettier from 2.8.8 to 3.6.2
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.6.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.8...3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-version: 3.6.2
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * check failure fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    dependabot[bot] and aparnajyothi-y authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    89d709d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Bump actions/publish-action from 0.3.0 to 0.4.0 (#1362)

    Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.3.0 to 0.4.0.
    - [Commits](actions/publish-action@v0.3.0...v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/publish-action
      dependency-version: 0.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    1342781 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Limit automatic caching to npm, update workflows and documentation (#…

    …1374)
    
    * default to auto-caching only for npm package manager and documentation update
    
    * refactor: enhance package manager detection for auto-caching
    
    * add devEngines.packageManager detection logic for npm auto-caching
    
    * chore: bump version to 6.0.0 and update documentation
    
    * docs: update README and action.yml for npm caching logic clarification
    
    * chore: update Node.js version in workflows
    
    * chore: update Node.js versions in versions.yml
    
    * chore: update rc Node.js version in versions.yml
    
    * chore: switch macos-13 runner to macos-latest-large in workflow
    
    * docs: update README and advanced usage documentation
    priyagupta108 authored Oct 14, 2025
    1 Configuration menu
    Copy the full SHA
    2028fbc View commit details
    Browse the repository at this point in the history

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] <support@github.com>
    
    * check failure fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: gowridurgad <gowridurgad@gmail.com>
    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] <support@github.com>
    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] <support@github.com>
    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

Commits on Dec 18, 2025

  1. Update Documentation for Lockfile (#1454)

    * update documentation for lockfile
    
    * Update adavance usage in README.md
    
    * Documentation update
    
    * Update lockfile documenation
    
    * fix coplilot suggestion
    mahabaleshwars authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    65d868f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Configuration menu
    Copy the full SHA
    21ddc7b View commit details
    Browse the repository at this point in the history
  2. Bump @actions/cache to v5.0.1 (#1449)

    * Bump @actions/cache to v5.0.0
    
    This update removes the punycode deprecation warning by updating to a version of @actions/cache that no longer depends on packages using the deprecated punycode module.
    
    * Update license cache for @actions/cache v5.0.0 dependencies
    
    Regenerated license files to reflect the updated dependency tree after bumping @actions/cache to v5.0.0. This includes license information for new transitive dependencies and removes licenses for dependencies that are no longer used.
    
    * Update license metadata for @actions/http-client
    
    Mark @actions/http-client v2.2.1 and v3.0.0 as MIT license (correctly identified from LICENSE file content)
    
    * prepare release 6.0.1
    
    * Bump version to 6.1.1 in package.json and package-lock.json
    
    * fix: update @actions/cache with storage-blob fix for Node.js 24 punycode deprecation
    
    * fix: update @actions/cache to ^5.0.1 for Node.js 24 punycode fix
    
    Updates @actions/cache to version 5.0.1 which includes the @azure/storage-blob
    update that fixes the punycode deprecation warning on Node.js 24.
    
    * fix: update @actions/cache to ^5.0.1 for Node.js 24 punycode fix
    
    Updates @actions/cache to version 5.0.1 which includes the @azure/storage-blob
    update that fixes the punycode deprecation warning on Node.js 24.
    salmanmkc authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    2951748 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Configuration menu
    Copy the full SHA
    621ac41 View commit details
    Browse the repository at this point in the history
  2. Fix README typo (#1226)

    munyari authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    8e49463 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Docs: bump actions/checkout from v5 to v6 (#1468)

    * Update versions.yml
    
    * Update versions.yml
    
    * doc update
    
    * revert vesrions.yml
    aparnajyothi-y authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    6044e13 View commit details
    Browse the repository at this point in the history
Loading