-
Notifications
You must be signed in to change notification settings - Fork 643
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When using actions/setup-go@v6.3.0 with cache: true, the workflow produces the following annotation:
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026.
While setup-go v6.3.0 itself requires Node.js >= 24 (package.json), it bundles @actions/cache which internally resolves to actions/cache@0400d5f... — still running on Node.js 20.
Expected Behavior
The bundled actions/cache dependency should be updated to v5.0.3+ which already supports Node.js 24.
Steps to Reproduce
- Use
actions/setup-go@v6.3.0withcache: truein any workflow - Observe the Node.js 20 deprecation annotation referencing
actions/cache@0400d5f...
Additional Context
actions/cachev5.0.3 already requiresnode >= 24- The Node.js 20 deprecation deadline is June 2, 2026
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working