fix: use up to date actions/setup-node#260
Conversation
The current version of actions/setup-node produces a warning: > Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Updating the usage to v6 removes the warning.
|
Thanks for this update @ManuelRauber. Could you also update the workflow YAML files in this repo that still use |
Hi @sonukapoor I've updated all the other actions as well. |
|
Thanks for this. Since this PR was opened, we added a new GitHub Pages workflow in Can you also update that workflow so the Node.js 20 action warning is handled there as well? It currently uses:
That should make this PR cover all current workflows. |
Summary
The current version of actions/setup-node produces a warning:
Updating the usage to v6 removes the warning.
Why this change
To remove the warning about outdated node action usage.
What changed
actions/setup-nodefrom v4 to v6.Validation
Tested in my own repo with a copy of this action.
User-facing impact
Does this change:
Notes
Add any extra context here.