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: 53b8394
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: 48b55a0
Choose a head ref
  • 2 commits
  • 20 files changed
  • 3 contributors

Commits on Apr 16, 2026

  1. Upgrade @actions dependencies (#1525)

    * chore: upgrade @actions dependencies and update licenses
    
    - @actions/core: ^1.11.1 → ^2.0.3
    - @actions/cache: ^5.0.1 → ^5.0.5
    - @actions/glob: ^0.5.0 → ^0.5.1
    - @actions/http-client: ^2.2.1 → ^3.0.2
    - @actions/tool-cache: ^2.0.2 → ^3.0.1
    - @actions/io: ^1.0.2 → ^2.0.0
    - Run npm audit fix
    - Update license files for new versions
    - Rebuild dist files
    
    Agent-Logs-Url: https://github.com/actions/setup-node/sessions/872a3dbf-9b85-446b-963b-9127718d9560
    
    Co-authored-by: gowridurgad <[email protected]>
    
    * fix: update license files to fix Licensed CI failures
    
    Update 5 license records that were out of date after the dependency
    upgrade:
    - brace-expansion: 1.1.12 → 1.1.13
    - fast-xml-builder: 1.0.0 → 1.1.4
    - fast-xml-parser: 5.4.1 → 5.5.11
    - strnum: 2.1.2 → 2.2.3
    - path-expression-matcher: add new record (version 1.4.0, new transitive dep)
    
    Rebuild dist/ files to reflect updated lock file
    
    Agent-Logs-Url: https://github.com/actions/setup-node/sessions/fb0e70ce-ad19-48df-88a4-97f3bdc896cb
    
    Co-authored-by: gowridurgad <[email protected]>
    
    * feat: upgrade @actions/exec to ^2.0.0 and fix license records
    
    - Upgrade @actions/exec from ^1.1.1 to ^2.0.0 in package.json
    - Update package-lock.json via npm install
    - Run `licensed cache` to regenerate license records:
      - Remove exec-1.1.1.dep.yml and exec-2.0.0.dep.yml (replaced by exec.dep.yml)
      - Remove io-1.1.3.dep.yml and io-2.0.0.dep.yml (replaced by io.dep.yml)
      - Create exec.dep.yml (v2.0.0) - single version now in tree
      - Create io.dep.yml (v2.0.0) - @actions/[email protected]'s nested [email protected] removed
    - Rebuild dist/ files
    
    Agent-Logs-Url: https://github.com/actions/setup-node/sessions/24a1a530-6840-4445-8262-8342ec739e6d
    
    Co-authored-by: gowridurgad <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: gowridurgad <[email protected]>
    Copilot and gowridurgad authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    ab72c7e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. Update Node.js versions in versions.yml and bump package to v6.4.0 (#…

    …1533)
    
    * setup node in local
    
    * update workflows to remove EOL versions
    
    * update node-dist versions in versions.yml
    priya-kinthali authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    48b55a0 View commit details
    Browse the repository at this point in the history
Loading