Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the github-actions-updates group with 1 update: actions/checkout.

Updates actions/checkout from 5.0.0 to 6.0.0

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions-updates group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08c6903...1af3b93)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 1, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 1, 2025
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

GraalVM Native Image Build Report

helloworld generated in 42.3s as part of the 'test-action-native-image-musl' job in run #314.

Environment

Java version 21.0.9+7-LTS Vendor version Oracle GraalVM 21.0.9+7.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,029 60.083% 1,896 44.940% 8,293 34.996%
Reflection 732 21.676% 37 0.877% 287 1.211%
JNI 49 1.451% 33 0.782% 48 0.203%
Loaded 3,377 100.000% 4,219 100.000% 23,697 100.000%

Image Details

Category Size in % Details
Code area 3.35MB 33.949% 3,823 compilation units
Image heap 3.64MB 36.882% 52,349 objects, 120.00B for 29 resources
Other data 2.88MB 29.169%
Total 9.88MB 100.000%

Resource Usage

Garbage collection 2.44s (5.771% of total time) in 367 GCs
Peak RSS 731.18MB (4.571% of 15.62GB system memory)
CPU load 3.636 (90.891% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

GraalVM Native Image Build Report

helloworld generated in 49.6s as part of the 'test-action-native-image-musl' job in run #314.

Environment

Java version 25.0.1+8-LTS Vendor version Oracle GraalVM 25.0.1+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.3.0)
Garbage collector G1 GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 2,043 55.820% 1,840 36.508% 8,211 32.777%
Reflection 753 20.574% 35 0.694% 284 1.134%
JNI 49 1.339% 35 0.694% 48 0.192%
Loaded 3,660 100.000% 5,040 100.000% 25,051 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.729% 3,831 compilation units
Image heap 4.11MB 40.329% 59,290 objects, 0.00B for 52 resources
Other data 2.95MB 28.942%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.07s (4.185% of total time) in 451 GCs
Peak RSS 1020.19MB (6.378% of 15.62GB system memory)
CPU load 3.643 (91.073% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

GraalVM Native Image Build Report

helloworld generated in 51.5s as part of the 'test-action-native-image-windows-msvc' job in run #314.

Environment

Java version 17.0.12+8-LTS Vendor version Oracle GraalVM 17.0.12+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler cl.exe (microsoft, x64, 19.44.35219)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,809 59.311% 1,684 45.587% 7,635 35.818%
Reflection 618 20.262% 0 0.000% 282 1.323%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,316 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.930% 3,464 compilation units
Image heap 3.45MB 54.709% 48,651 objects, 108.00B for 1 resources
Other data 87.86KB 1.361%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.63s (3.167% of total time) in 124 GCs
Peak RSS 973.21MB (5.940% of 16.00GB system memory)
CPU load 3.169 (79.219% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

GraalVM Native Image Build Report

helloworld.exe generated in 1m 2s as part of the 'test-action-native-image-windows' job in run #314.

Environment

Java version 25.0.1+8 Vendor version GraalVM CE 25.1.0-dev+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler cl.exe (microsoft, x64, 19.44.35219)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,305 67.628% 3,744 40.129% 15,368 42.207%
Reflection 1,104 22.591% 110 1.179% 682 1.873%
JNI 62 1.269% 52 0.557% 52 0.143%
Loaded 4,887 100.000% 9,330 100.000% 36,411 100.000%

Image Details

Category Size in % Details
Code area 4.65MB 37.575% 8,888 compilation units
Image heap 7.31MB 59.128% 90,214 objects, 171.38KB for 4 resources
Other data 417.56KB 3.297%
Total 12.37MB 100.000%

Resource Usage

Garbage collection 2.39s (3.860% of total time) in 456 GCs
Peak RSS 1.09GB (6.828% of 16.00GB system memory)
CPU load 3.214 (80.360% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

GraalVM Native Image Build Report

helloworld generated in 45.0s as part of the 'test-action-extensive' job in run #314.

Environment

Java version 17.0.8+9-LTS Vendor version Oracle GraalVM 17.0.8+9.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler gcc (linux, x86_64, 13.3.0)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,853 59.145% 1,737 46.369% 7,712 35.616%
Reflection 638 20.364% 0 0.000% 281 1.298%
JNI 49 1.564% 32 0.854% 48 0.222%
Loaded 3,133 100.000% 3,746 100.000% 21,653 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.182% 3,484 compilation units
Image heap 3.46MB 29.166% 48,951 objects, 108.00B for 1 resources
Debug info 5.33MB 44.901%
Other data 334.56KB 2.750%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.90s (4.225% of total time) in 132 GCs
Peak RSS 1.12GB (7.145% of 15.62GB system memory)
CPU load 3.592 (89.808% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link
Member

@fniephaus fniephaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fniephaus fniephaus merged commit 98e485c into main Dec 2, 2025
228 checks passed
@fniephaus fniephaus deleted the dependabot/github_actions/github-actions-updates-26358e3a13 branch December 2, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant