release: cut v3.0.0 for Node 24 upgrade#670
Conversation
|
Recently GitHub Actions started to cause warnings on actions using deprecated
|
softprops/action-gh-release@v2 still runs on Node.js 20, which GitHub is deprecating (forced Node 24 in June 2026, removed entirely Sept 2026). Upstream has an open PR (softprops/action-gh-release#670) but it hasn't merged yet. Setting FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 suppresses the deprecation warning and ensures compatibility now. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
softprops/action-gh-release@v2 still runs on Node.js 20, which GitHub is deprecating (forced Node 24 in June 2026, removed entirely Sept 2026). Upstream has an open PR (softprops/action-gh-release#670) but it hasn't merged yet. Setting FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 suppresses the deprecation warning and ensures compatibility now. Co-authored-by: BONGRAKER <smileh@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Fix the conflicts, please |
Co-authored-by: chenrui333 <1580956+chenrui333@users.noreply.github.com>
Co-authored-by: chenrui333 <1580956+chenrui333@users.noreply.github.com>
Signed-off-by: Rui Chen <rui@chenrui.dev>
7005cad to
218a0ca
Compare

This cuts v3.0.0, the Node 24 major release.
Closes #654
Supersedes #774