Could this action please be updated to use node24, as the current node20 is deprecated.
|
runs: |
|
using: "node20" |
|
main: "dist/index.js" |
It shows a deprecations warning when run.
See https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ blog post for more information.
Could this action please be updated to use
node24, as the currentnode20is deprecated.create-or-update-pull-request-action/action.yml
Lines 63 to 65 in b65137c
It shows a deprecations warning when run.
See https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ blog post for more information.