-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: actions/setup-node
base: copilot/research-node-auth-token-usage
head repository: actions/setup-node
compare: main
- 20 commits
- 100 files changed
- 14 contributors
Commits on Apr 16, 2026
-
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 <159780674+gowridurgad@users.noreply.github.com> * 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 <159780674+gowridurgad@users.noreply.github.com> * 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/exec@1.1.1's nested io@1.1.3 removed - Rebuild dist/ files Agent-Logs-Url: https://github.com/actions/setup-node/sessions/24a1a530-6840-4445-8262-8342ec739e6d Co-authored-by: gowridurgad <159780674+gowridurgad@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gowridurgad <159780674+gowridurgad@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ab72c7e - Browse repository at this point
Copy the full SHA ab72c7eView commit details
Commits on Apr 20, 2026
-
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
2Configuration menu - View commit details
-
Copy full SHA for 48b55a0 - Browse repository at this point
Copy the full SHA 48b55a0View commit details
Commits on Apr 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 670825a - Browse repository at this point
Copy the full SHA 670825aView commit details
Commits on May 26, 2026
-
docs: Update restore-only cache documentation (#1550)
* update restore-only cache example in advanced-usage.md * fix copilot suggestion * update naming
Configuration menu - View commit details
-
Copy full SHA for ad1b57e - Browse repository at this point
Copy the full SHA ad1b57eView commit details
Commits on May 28, 2026
-
Remove dummy NODE_AUTH_TOKEN export (#1558)
Co-authored-by: gowridurgad <gowridurgad@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0355742 - Browse repository at this point
Copy the full SHA 0355742View commit details
Commits on Jun 9, 2026
-
Only use
mirrorTokeningetManifestif it's provided (#1548)* Only use `mirrorToken` in `getManifest` if it's provided Signed-off-by: Timo Sand <timo.sand@f-secure.com> * `npm run build` Signed-off-by: Timo Sand <timo.sand@f-secure.com> --------- Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Configuration menu - View commit details
-
Copy full SHA for f4a67bb - Browse repository at this point
Copy the full SHA f4a67bbView commit details
Commits on Jun 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4f8aac5 - Browse repository at this point
Copy the full SHA 4f8aac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 360237f - Browse repository at this point
Copy the full SHA 360237fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e1a87a - Browse repository at this point
Copy the full SHA 4e1a87aView commit details
Commits on Jun 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 30eb73b - Browse repository at this point
Copy the full SHA 30eb73bView commit details
Commits on Jun 23, 2026
-
Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
Bump @actions/cache to 5.1.0, log cache write denied
Configuration menu - View commit details
-
Copy full SHA for 6a61c03 - Browse repository at this point
Copy the full SHA 6a61c03View commit details
Commits on Jul 2, 2026
-
docs: Update caching recommendations to mitigate cache poisoning risks (
#1567) * docs: Update caching recommendations to mitigate cache poisoning risks * docs: Disable automatic npm caching to mitigate cache poisoning risks
Configuration menu - View commit details
-
Copy full SHA for 7c2c68d - Browse repository at this point
Copy the full SHA 7c2c68dView commit details
Commits on Jul 7, 2026
-
Add cache-primary-key and cache-matched-key as outputs (#1577)
* Add cache-primary-key and cache-matched-key as outputs * Refine cache output descriptions --------- Co-authored-by: gowridurgad <gowridurgad@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 04be95c - Browse repository at this point
Copy the full SHA 04be95cView commit details
Commits on Jul 14, 2026
-
Migrate to ESM and upgrade dependencies (#1574)
* Migrate to ESM * updated package.json version * Update README for v6 and clean up dev dependencies * Remove unused ts-node * fix audit issue --------- Co-authored-by: gowridurgad <gowridurgad@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8207627 - Browse repository at this point
Copy the full SHA 8207627View commit details -
Add Node version validation and manifest fetch retry (#1580)
* Add Node version validation and manifest fetch retry * Add debug logs for expected and actual Node versions * chore: rebuild dist * refactor: enhance debug logging for Node installation failure * update test cases * Improve formatting of test cases * revert package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 363be39 - Browse repository at this point
Copy the full SHA 363be39View commit details
Commits on Jul 16, 2026
-
chore(deps): bump @actions/cache to 6.2.0 (#1584)
Bump @actions/cache from ^6.1.0 to ^6.2.0 and rebuild the vendored dist bundles (dist/setup, dist/cache-save) via ncc. Update the licensed cache record for @actions/cache to 6.2.0. 6.2.0 ships two transparent client behaviors: honor ACTIONS_CACHE_MODE to skip restore/save when the effective cache-mode disallows it, and surface a core.warning (not a run failure) when the cache service denies a read/write due to token scopes. Copilot-Session: 0acd1380-0102-4f9d-b613-192a6ddef737 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 391b8c7 - Browse repository at this point
Copy the full SHA 391b8c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e62e6 - Browse repository at this point
Copy the full SHA 05e62e6View commit details -
Update workflow pins and migrate Node matrices to modern versions (#1583
Configuration menu - View commit details
-
Copy full SHA for 1b7c366 - Browse repository at this point
Copy the full SHA 1b7c366View commit details
Commits on Jul 17, 2026
-
README.md: bump actions/checkout to latest version 7 (#1578)
Co-authored-by: Haritha <73516759+HarithaVattikuti@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b789df3 - Browse repository at this point
Copy the full SHA b789df3View commit details
Commits on Jul 21, 2026
-
docs: add V7 ESM migration and NODE_AUTH_TOKEN behavior change (#1593)
Co-authored-by: gowridurgad <gowridurgad@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 32f57ac - Browse repository at this point
Copy the full SHA 32f57acView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff copilot/research-node-auth-token-usage...main