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

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