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

Upgrade action to use node20 #2444

Closed
erikburt opened this issue Oct 13, 2023 · 4 comments · Fixed by #2717
Closed

Upgrade action to use node20 #2444

erikburt opened this issue Oct 13, 2023 · 4 comments · Fixed by #2717

Comments

@erikburt
Copy link

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

Node 16 has reached its end of life, prompting us to initiate its deprecation process for GitHub Actions. Our plan is to transition all actions to run on Node 20 by Spring 2024. We will actively monitor the migration's progress and gather community feedback before finalizing the transition date. Starting October 23rd, workflows containing actions running on Node 16 will display a warning to alert users about the upcoming migration.

What you need to do

For Actions maintainers

Modify your actions to run on Node 20 instead of Node 16. For guidance, refer to the Actions configuration settings .

@erikburt erikburt changed the title More Upgrade action to use node20 Upgrade action to use node20 Oct 13, 2023
@peter-evans
Copy link
Owner

Hi @erikburt

Please see #2340

The upgrade to Node 20 is merged to the v6 release candidate. You can use it like this:

      - uses: peter-evans/create-pull-request@v6-rc

I'll be releasing v6 at some point in the near future.

@brianeclow
Copy link

What is the status of cutting the next major version?

@peter-evans
Copy link
Owner

I'm planning to release it next week.

I was holding off as long as possible because last time I bumped Node (12 -> 16) a lot of users on GitHub Enterprise were caught out. However, it seems the runner has recently started warning that node16 as deprecated, so I think I'll go ahead with this release now.

@peter-evans
Copy link
Owner

I've now released v6. Thanks for your patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants