You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 node24 in the action.ymlruns.using field
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! 🙏
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/
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:
node24in theaction.ymlruns.usingfieldContext
We are seeing warnings like:
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! 🙏