Skip to content

Commit 8c321e2

Browse files
Update actions/setup-java action to v5.3.0 (#1678)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://redirect.github.com/actions/setup-java) | action | minor | `v5.2.0` → `v5.3.0` | --- ### Release Notes <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v5.3.0`](https://redirect.github.com/actions/setup-java/releases/tag/v5.3.0) [Compare Source](https://redirect.github.com/actions/setup-java/compare/v5.2.0...v5.3.0) ##### What's Changed - chore: update Java version to 25 in setup examples by [@&#8203;alaahong](https://redirect.github.com/alaahong) in [#&#8203;969](https://redirect.github.com/actions/setup-java/pull/969) - Bump minimatch from 3.1.2 to 3.1.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;984](https://redirect.github.com/actions/setup-java/pull/984) - Refactor error handling and improve test logging for installers by [@&#8203;chiranjib-swain](https://redirect.github.com/chiranjib-swain) in [#&#8203;989](https://redirect.github.com/actions/setup-java/pull/989) - chore: upgrade dependencies ([@&#8203;actions/core](https://redirect.github.com/actions/core), cache, glob, http-client, tool-cache, xmlbuilder2) by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;999](https://redirect.github.com/actions/setup-java/pull/999) - Add Oracle JDK 17 licensing limitation note by [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in [#&#8203;1001](https://redirect.github.com/actions/setup-java/pull/1001) - Update readme for ubuntu sudo java\_home behavior by [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in [#&#8203;1013](https://redirect.github.com/actions/setup-java/pull/1013) - temurin: add support for Alpine Linux by [@&#8203;gdams](https://redirect.github.com/gdams) in [#&#8203;674](https://redirect.github.com/actions/setup-java/pull/674) - fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser by [@&#8203;gdams](https://redirect.github.com/gdams) in [#&#8203;1015](https://redirect.github.com/actions/setup-java/pull/1015) - Bump [@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 8.35.1 to 8.48.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;952](https://redirect.github.com/actions/setup-java/pull/952) - Bump eslint-config-prettier from 8.10.0 to 10.1.8 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;881](https://redirect.github.com/actions/setup-java/pull/881) - Bump picomatch, [@&#8203;types/jest](https://redirect.github.com/types/jest), jest, jest-circus and ts-jest by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1016](https://redirect.github.com/actions/setup-java/pull/1016) - Bump [@&#8203;types/node](https://redirect.github.com/types/node) from 24.1.0 to 25.9.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;950](https://redirect.github.com/actions/setup-java/pull/950) - Implement pagination with link headers for Adoptium based apis by [@&#8203;johnoliver](https://redirect.github.com/johnoliver) in [#&#8203;1014](https://redirect.github.com/actions/setup-java/pull/1014) - Make the Adoptopenjdk package type look at the Temurin repo first for latest assets by [@&#8203;johnoliver](https://redirect.github.com/johnoliver) in [#&#8203;522](https://redirect.github.com/actions/setup-java/pull/522) - Bump [@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.1 to 0.44.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1018](https://redirect.github.com/actions/setup-java/pull/1018) ##### New Contributors - [@&#8203;alaahong](https://redirect.github.com/alaahong) made their first contribution in [#&#8203;969](https://redirect.github.com/actions/setup-java/pull/969) - [@&#8203;Copilot](https://redirect.github.com/Copilot) made their first contribution in [#&#8203;999](https://redirect.github.com/actions/setup-java/pull/999) - [@&#8203;johnoliver](https://redirect.github.com/johnoliver) made their first contribution in [#&#8203;1014](https://redirect.github.com/actions/setup-java/pull/1014) **Full Changelog**: <actions/setup-java@v5...v5.3.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Tokyo) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f26a24c commit 8c321e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 24
2929
- name: Set up Java
30-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
30+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
3131
with:
3232
distribution: 'temurin'
3333
java-version: 17

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
submodules: true
2929
- name: Set up Java
30-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
30+
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
3131
with:
3232
distribution: 'temurin'
3333
java-version: 17

0 commit comments

Comments
 (0)