GitHub is deprecating the Node 20 runtime for Actions (changelog). This action's action.yml declares runs.using: 'node20', so every consumer's workflow emits a deprecation warning (downstream repos pin 0.1.1 and commit 9c18326, both node20 or older).
The fix is a one-line change to runs.using: 'node24' plus a release. The committed bundle loads and runs under Node 24 (verified locally). I could not push a branch to this repo (write access denied), so filing this tracking issue instead.
Related org-wide effort: cloudposse/.github#261.
GitHub is deprecating the Node 20 runtime for Actions (changelog). This action's
action.ymldeclaresruns.using: 'node20', so every consumer's workflow emits a deprecation warning (downstream repos pin0.1.1and commit9c18326, both node20 or older).The fix is a one-line change to
runs.using: 'node24'plus a release. The committed bundle loads and runs under Node 24 (verified locally). I could not push a branch to this repo (write access denied), so filing this tracking issue instead.Related org-wide effort: cloudposse/.github#261.