nddipiazza opened a new pull request, #2780: URL: https://github.com/apache/tika/pull/2780
## Summary Node.js 20 is deprecated in GitHub Actions and will be forcibly removed from runners on **September 16, 2026**. This PR upgrades all affected actions to versions that run on Node.js 24. ## Changes Across all 7 workflow files: | Action | Before | After | |--------|--------|-------| | `actions/checkout` | `@v4` (Node 20) | `@v6` (v6.0.2, Node 24) | | `actions/setup-java` | `@v4` (Node 20) | `@v5` (v5.2.0, Node 24) | | `docker/setup-buildx-action` | `@8d2750c6` (v3.12.0, Node 20) | `@4d04d5d9` (v4.0.0, Node 24) | | `docker/login-action` | `@c94ce9fb` (v3.7.0, Node 20) | `@4907a6dd` (v4.1.0, Node 24) | ## Critical Files - `.github/workflows/docker-snapshot.yml` - `.github/workflows/docker-release.yml` - `.github/workflows/main-jdk17-build.yml` - `.github/workflows/main-jdk21-build.yml` - `.github/workflows/main-jdk25-build.yml` - `.github/workflows/main-jdk17-windows-build.yml` - `.github/workflows/main-jdk17-windows-build-multi-locale.yml` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
