What would you like?
Update documentation and examples to use versions of the matched pair of JavaScript actions that run using node24:
Why is this needed?
Documentation and examples currently use:
and these 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
The current latest versions runs.using node20 and therefore do not yet meet the needs of providing for node24 support:
GitHub released updates on Dec 12, 2025 with runs.using: node24:
meaning that this issue can now be progressed.
What would you like?
Update documentation and examples to use versions of the matched pair of JavaScript actions that run using
node24:Why is this needed?
Documentation and examples currently use:
and these 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
The current latest versions runs.usingnode20and therefore do not yet meet the needs of providing fornode24support:actions/upload-artifact@5.0.0actions/download-artifact@6.0.0GitHub released updates on Dec 12, 2025 with
runs.using: node24:meaning that this issue can now be progressed.