Conversation
|
We may want to release this as a standalone major release like we did for v2 with node 16. |
jeffwidman
left a comment
There was a problem hiding this comment.
Thanks for swinging by to contribute!
This action is used by multiple versions of the GitHub Enterprise Server (GHES).
We're blocked on updating to node24 until the (estimated) October, 2026 deprecation of GHES 3.18.4... that's the newest version of GHES that doesn't yet support node24.
If we really had to, we could upgrade and leave those old versions in the dust, but it'd create some pain and agony if we have to do any backports etc, so it's probably simplest if we wait til then to make this jump.
|
Hi @jeffwidman, this makes sense 👍 In this case will close current PR and Thank you! |
Summary
Update
dependabot-actionto run usingnode24instead ofnode20.Details
Since
node20is deprecated, dependabot runs trigger following deprecation message:Github post about Node.js 20 deprecation: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
I have updated
.nvmrcandaction.ymlfor this PR. Other changes were generated bynpm run package.