Node 20 as been deprecated for GH runners: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
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.
Although the node version in package.json is ^24, this action still triggers the deprecation warning. So perhaps the @actions, @octokit and/or other packages need to be bumped. I started bumping them but got way over my head, so would be great if a node/npm guru stepped in!
Node 20 as been deprecated for GH runners: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Although the node version in package.json is ^24, this action still triggers the deprecation warning. So perhaps the
@actions,@octokitand/or other packages need to be bumped. I started bumping them but got way over my head, so would be great if a node/npm guru stepped in!