upgrade to node24 and update all npm dependencies to latest#29
Merged
jeffreyaven merged 1 commit intomainfrom Mar 14, 2026
Merged
upgrade to node24 and update all npm dependencies to latest#29jeffreyaven merged 1 commit intomainfrom
jeffreyaven merged 1 commit intomainfrom
Conversation
- action.yml: node20 -> node24 - All @actions/* packages upgraded to latest major versions (ESM-only): - @actions/core ^1.10.0 -> ^3.0.0 - @actions/github ^5.1.1 -> ^9.0.0 - @actions/io ^1.1.2 -> ^3.0.2 - @actions/tool-cache ^2.0.1 -> ^4.0.0 - @actions/exec ^1.1.0 -> ^3.0.0 - @vercel/ncc ^0.36.1 -> ^0.38.4 (wrapper: 0.34.0 -> ^0.38.4) - husky ^8.0.3 -> ^9.1.7 (postinstall -> prepare, updated hook format) - jest ^29.3.1 -> ^30.3.0 - semistandard ^16.0.1 -> ^17.0.0 - Convert all source files from CommonJS to ESM (required by new @actions/* packages) - Add "type": "module" to both package.json files - Replace __dirname with import.meta.dirname in index.js - Rebuild dist bundles (now output as ESM via ncc) https://claude.ai/code/session_01Y8NseCm28GqE8nQ1Yvg5aa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://claude.ai/code/session_01Y8NseCm28GqE8nQ1Yvg5aa