You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TIKA-4703: Upgrade GitHub Actions to Node.js 24 compatible versions (#2780)
actions/checkout@v4 and actions/setup-java@v4 run on Node.js 20, which is
deprecated and will be removed from GitHub runners on September 16, 2026.
Likewise, the pinned SHAs for docker/login-action (v3.7.0) and
docker/setup-buildx-action (v3.12.0) also use Node.js 20.
Upgrades applied across all workflow files:
- actions/checkout@v4 -> @v6 (v6.0.2, Node.js 24)
- actions/setup-java@v4 -> @v5 (v5.2.0, Node.js 24)
- docker/setup-buildx-action -> @4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd (v4.0.0, Node.js 24)
- docker/login-action -> @4907a6ddec9925e35a0a9e82d7399ccc52663121 (v4.1.0, Node.js 24)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments