Context
action.yml currently pins actions/setup-java@v4:
https://github.com/simplelocalize/github-action-cli/blob/v5/action.yml#L28-L32
actions/setup-java@v5.0.0 was released on 2025-08-21 and its only breaking change is upgrading the action runtime from Node 20 to Node 24 (see release notes). GitHub Actions has started emitting deprecation warnings for actions still running on Node 20, similar to the Node 16 → Node 20 migration that led to #2.
Happy to open a PR if helpful.
Context
action.ymlcurrently pinsactions/setup-java@v4:https://github.com/simplelocalize/github-action-cli/blob/v5/action.yml#L28-L32
actions/setup-java@v5.0.0was released on 2025-08-21 and its only breaking change is upgrading the action runtime from Node 20 to Node 24 (see release notes). GitHub Actions has started emitting deprecation warnings for actions still running on Node 20, similar to the Node 16 → Node 20 migration that led to #2.Happy to open a PR if helpful.