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.2.0
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.3.0
Choose a head ref
  • 6 commits
  • 29 files changed
  • 7 contributors

Commits on Feb 10, 2026

  1. Fix npm audit issues (#1491)

    Co-authored-by: gowridurgad <gowridurgad@gmail.com>
    gowridurgad and gowridurgad authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    d02c89d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

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

Commits on Feb 23, 2026

  1. feat(node-version-file): support parsing devEngines field (#1283)

    * feat(node-version-file): support parsing `devEngines` field
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    
    * test: adjust for array like `devEngines`
    
    Co-authored-by: Grigory <grigory.orlov.set@gmail.com>
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    
    * ci(versions.yml): update actions and reduce duplicated tests
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    
    * docs: consolidate advanced usage
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    
    * chore: compile assets
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    
    ---------
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    Co-authored-by: Grigory <grigory.orlov.set@gmail.com>
    susnux and SunsetTechuila authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    774c1d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Replace uuid with crypto.randomUUID() (#1378)

    * Replace uuid with crypto.randomUUID()
    
    * chore: license cache
    
    * chore: update files in dist
    
    * fix: edits during resolve
    trivikr authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    c882bff View commit details
    Browse the repository at this point in the history
  2. Scope test lockfiles by package manager and update cache tests (#1495)

    * fix security alerts
    
    * fix security alerts
    
    * address Copilot suggestions
    
    ---------
    
    Co-authored-by: gowridurgad <gowridurgad@gmail.com>
    gowridurgad and gowridurgad authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    54045ab View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Bump minimatch from 3.1.2 to 3.1.5 (#1498)

    * Bump minimatch from 3.1.2 to 3.1.3
    
    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.3.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-version: 3.1.3
      dependency-type: indirect
    ...
    
    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 Mar 2, 2026
    Configuration menu
    Copy the full SHA
    53b8394 View commit details
    Browse the repository at this point in the history
Loading