Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the latest Octokit in @actions/github #1542

Closed
Tracked by #421
joshmgross opened this issue Sep 27, 2023 · 1 comment
Closed
Tracked by #421

Support the latest Octokit in @actions/github #1542

joshmgross opened this issue Sep 27, 2023 · 1 comment
Labels
enhancement New feature or request github next major version Should be considered for next major version as issue will likely cause breaking changes

Comments

@joshmgross
Copy link
Member

The latest Octokit only supports Node 18 and higher - https://github.com/orgs/octokit/discussions/44

Actions currently supports Node 16 and 20 - https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

We should update @actions/github to the latest version of Octokit and drop support for Node 16 so that actions can transition to Node 20. This will be a breaking change.

@joshmgross joshmgross added enhancement New feature or request github next major version Should be considered for next major version as issue will likely cause breaking changes labels Sep 27, 2023
@joshmgross
Copy link
Member Author

This should be available with v6 from #1553

https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md#600

Thanks @takost!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github next major version Should be considered for next major version as issue will likely cause breaking changes
Projects
None yet
Development

No branches or pull requests

1 participant