octokit / request-action

A GitHub Action to send arbitrary requests to GitHub's REST API
https://github.com/marketplace/actions/GitHub-API-Request
MIT License
362 stars 48 forks source link

feat: upgrade runner to Node 20 #293

Closed aovens-quantifi closed 4 months ago

aovens-quantifi commented 5 months ago

Resolves #272


Before the change?

The action currently runs on Node 16, leading to warnings from GitHub

After the change?

This action will now run on Node 20, GitHub's current recommended version

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!


github-actions[bot] commented 5 months ago

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

gr2m commented 5 months ago

can you please bump the node versions in our actions were we use actions/setup-node@v4 to match the new runtime?

olafurw commented 4 months ago

If this is a valid PR then can it be migrated soon before the transition period.

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

octokitbot commented 4 months ago

:tada: This PR is included in version 2.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: