GitHub deprecating support for actions using node16 #17

Closed
opened 2026-03-29 17:50:26 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @caquino on GitHub (Feb 15, 2024).

Hi,

As part of some of my workflows, I use this action and I'm seeing warnings from GitHub about the deprecation of node16 support on actions.

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

I am more than happy to submit a PR with the changes, but I see that the last update was 2 years ago so before doing the work I would like to ask if this is something that is welcome or if this action should be considered deprecated and I should look for a replacement/fork for this one.

Thanks in advance!

Originally created by @caquino on GitHub (Feb 15, 2024). Hi, As part of some of my workflows, I use this action and I'm seeing warnings from GitHub about the deprecation of node16 support on actions. ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: joelwmale/webhook-action@2.3.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ``` I am more than happy to submit a PR with the changes, but I see that the last update was 2 years ago so before doing the work I would like to ask if this is something that is welcome or if this action should be considered deprecated and I should look for a replacement/fork for this one. Thanks in advance!
Author
Owner

@joelwmale commented on GitHub (Feb 15, 2024):

Hi @caquino. Always happy to take a PR to fix this up.

Project is not dead, just don't have any more features to add, so very little work needed to maintain.

Thanks!

@joelwmale commented on GitHub (Feb 15, 2024): Hi @caquino. Always happy to take a PR to fix this up. Project is not dead, just don't have any more features to add, so very little work needed to maintain. Thanks!
Author
Owner

@Gargaj commented on GitHub (Mar 23, 2024):

Would it need more than updating https://github.com/joelwmale/webhook-action/blob/develop/action.yml#L24 from node16 to node20?

@Gargaj commented on GitHub (Mar 23, 2024): Would it need more than updating https://github.com/joelwmale/webhook-action/blob/develop/action.yml#L24 from `node16` to `node20`?
Author
Owner

@joelwmale commented on GitHub (Mar 25, 2024):

@Gargaj I'll take a look at it in the next few hours and see if I can get it fixed for you.

@joelwmale commented on GitHub (Mar 25, 2024): @Gargaj I'll take a look at it in the next few hours and see if I can get it fixed for you.
Author
Owner

@joelwmale commented on GitHub (Mar 28, 2024):

@Gargaj this is all fixed and merged into master, at version 2.4.0.

@joelwmale commented on GitHub (Mar 28, 2024): @Gargaj this is all fixed and merged into master, at version 2.4.0.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/webhook-action#17