What would you like?
Update documentation and examples to use a version of actions/setup-node that runs using node24
Why is this needed?
Documentation and examples currently use actions/setup-node@v4 which runs.using node20.
The node20 option for GitHub Actions is tied to Node.js 20 that is planned for End-of-life on Apr 30, 2026.
Supports resolution of issue #1519
Other
Edit: Updated with current issue status:
Additionally, if package manager caching is selected, actions/setup-node@v6.1.0 shows the deprecation warning:
(node:1941) [DEP0169] DeprecationWarning: url.parse() behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for url.parse() vulnerabilities.
What would you like?
Update documentation and examples to use a version of actions/setup-node that runs using
node24Why is this needed?
Documentation and examples currently use actions/setup-node@v4 which runs.using
node20.The
node20option for GitHub Actions is tied to Node.js 20 that is planned for End-of-life on Apr 30, 2026.Supports resolution of issue #1519
Other
Edit: Updated with current issue status:
Additionally, if package manager caching is selected, actions/setup-node@v6.1.0 shows the deprecation warning:
url.parse()behavior is not standardized actions/setup-node#1370.