Conversation
Signed-off-by: Matthew Greenwald <mdgreenwald@gmail.com>
Signed-off-by: Matthew Greenwald <mdgreenwald@gmail.com>
Signed-off-by: Matthew Greenwald <mdgreenwald@gmail.com>
MaorEJFrog
left a comment
There was a problem hiding this comment.
Thanks for this PR! To ensure full Node 24 compatibility, we also need to update
the @actions/* dependencies. Can you add these changes to your PR?
npm install @actions/core@^3.0.0 @actions/exec@^3.0.0 ...
Unfortunately actions core v3 requires some pretty big changes because it is ESM only. How do you all want to proceed? |
|
Please, dont delay this merge!! Also, i see this check failedÑ |
Yes, that check probably fails in main as well. My permissions commit should fix it. |
MaorEJFrog
left a comment
There was a problem hiding this comment.
waiting for security review

This PR upgrades the action to Node 24 ahead of the Node 20 deprecation on June 2nd 2026.
Fixes: #306
npm run formatfor formatting the code before submitting the pull request.