-
Notifications
You must be signed in to change notification settings - Fork 27
Support Node.js 24 for GitHub Actions (Node 20 deprecation) #550
Description
Hi maintainers 👋
With the recent announcement from GitHub regarding the deprecation of Node.js 20 in GitHub Actions runners, I wanted to check on support for Node.js 24 in this action.
According to the official GitHub changelog:
https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
- Node.js 24 will become the default runtime on June 2nd, 2026
- Node.js 20 will be fully removed on September 16th, 2026
Currently, this action appears to run on Node.js 20, which triggers deprecation warnings in workflows and may lead to breaking changes once the transition is enforced.
Request
Could you please:
- Confirm whether Node.js 24 support is planned
- Provide a timeline for compatibility (if applicable)
- Release an updated version using
node24in theaction.ymlruns.usingfield
Context
We are seeing warnings like:
"Node.js 20 actions are deprecated... Actions will be forced to run with Node.js 24..."
We’d like to proactively migrate and ensure compatibility before the enforcement dates.
Thanks for maintaining this project and for your help in preparing for the upcoming runtime changes! 🙏