Actions now supports Node 20 - https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
We should release a new version of this action that uses Node 20 and drop unnecessary dependencies such as node-fetch. Since this will be a breaking change, we should also update any other dependencies to their latest versions such as @actions/github.
Actions now supports Node 20 - https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
We should release a new version of this action that uses Node 20 and drop unnecessary dependencies such as
node-fetch. Since this will be a breaking change, we should also update any other dependencies to their latest versions such as@actions/github.@actions/githubtoolkit#1542node-fetch- Update dependencies and use Node 20 #425