mmkal / runovate

An experimental GitHub Action to manage a renovate branch, for rolling up updates easily and safely
0 stars 1 forks source link

Deprecated Node.js warning from `actions/github-script@v6` #9

Closed jamesbraza closed 8 hours ago

jamesbraza commented 11 hours ago

Seen in CI:

The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Some places here use actions/github-script@v6 and some places use actions/github-script@v7. Let's standardize on v7 to resolve this warning 👌