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
369 stars 47 forks source link

[MAINT]: Node.js 16 deprecation warning #297

Closed dcacenabes closed 7 months ago

dcacenabes commented 7 months ago

Describe the need

When using this action in our workflows, we get the following warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: octokit/request-action@v2.x. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

This action should be updated to use Node.js 20.

SDK Version

No response

API Version

No response

Relevant log output

Download action repository 'octokit/request-action@v2.x' (SHA:fbd2518b44fc32c139e4db28c6bac1c59e172cb6)

Code of Conduct

github-actions[bot] commented 7 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! 🚀

dcacenabes commented 7 months ago

Duplicates https://github.com/octokit/request-action/issues/272