Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

fniephaus
Copy link
Member

@fniephaus fniephaus commented Sep 16, 2025

This PR incorporates #182 and converts it to ESM (see actions/typescript-action#969).

Bumps the npm-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [uuid](https://github.com/uuidjs/uuid) | `11.1.0` | `13.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.11` | `24.4.0` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.7.0` | `7.7.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.41.0` | `8.43.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.41.0` | `8.43.0` |
| [eslint](https://github.com/eslint/eslint) | `9.34.0` | `9.35.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.1.2` | `30.1.3` |


Updates `uuid` from 11.1.0 to 13.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.1.0...v13.0.0)

Updates `@types/node` from 20.19.11 to 24.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/semver` from 7.7.0 to 7.7.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)

Updates `@typescript-eslint/eslint-plugin` from 8.41.0 to 8.43.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.43.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.41.0 to 8.43.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.43.0/packages/parser)

Updates `eslint` from 9.34.0 to 9.35.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.34.0...v9.35.0)

Updates `jest` from 30.1.2 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-updates
- dependency-name: "@types/node"
  dependency-version: 24.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-updates
- dependency-name: "@types/semver"
  dependency-version: 7.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.43.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.43.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: eslint
  dependency-version: 9.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@fniephaus fniephaus self-assigned this Sep 16, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 16, 2025
Copy link

GraalVM Native Image Build Report

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

Environment

Java version 26+13 Vendor version GraalVM CE 26-dev+13.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.2.1)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,294 67.876% 3,757 41.286% 15,357 42.875%
Reflection 1,067 21.986% 36 0.396% 416 1.161%
JNI 58 1.195% 59 0.648% 52 0.145%
Loaded 4,853 100.000% 9,100 100.000% 35,818 100.000%

Image Details

Category Size in % Details
Code area 5.05MB 36.553% 8,851 compilation units
Image heap 7.31MB 52.908% 89,245 objects, 0.00B for 4 resources
Other data 1.46MB 10.538%
Total 13.82MB 100.000%

Resource Usage

Garbage collection 2.88s (5.561% of total time) in 187 GCs
Peak RSS 1.13GB (7.224% of 15.62GB system memory)
CPU load 3.696 (92.408% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

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.35215)
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.793%
Reflection 618 20.262% 0 0.000% 282 1.322%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,331 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.922% 3,464 compilation units
Image heap 3.45MB 54.709% 48,662 objects, 108.00B for 1 resources
Other data 88.38KB 1.369%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.66s (2.877% of total time) in 115 GCs
Peak RSS 999.59MB (6.101% of 16.00GB system memory)
CPU load 2.959 (73.976% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

Environment

Java version 26+13 Vendor version GraalVM CE 26-dev+13.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler cl.exe (microsoft, x64, 19.44.35215)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,275 68.515% 3,754 41.407% 15,343 43.016%
Reflection 1,056 22.092% 36 0.397% 416 1.166%
JNI 62 1.297% 52 0.574% 52 0.146%
Loaded 4,780 100.000% 9,066 100.000% 35,668 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.515% 8,872 compilation units
Image heap 7.31MB 56.335% 89,003 objects, 0.00B for 4 resources
Other data 418.81KB 3.151%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 3.47s (4.128% of total time) in 152 GCs
Peak RSS 1.13GB (7.069% of 16.00GB system memory)
CPU load 2.503 (62.573% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

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.615%
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,654 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.177% 3,484 compilation units
Image heap 3.46MB 29.168% 48,918 objects, 108.00B for 1 resources
Debug info 5.33MB 44.898%
Other data 335.40KB 2.757%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.86s (3.814% of total time) in 133 GCs
Peak RSS 1.08GB (6.887% of 15.62GB system memory)
CPU load 3.462 (86.559% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link
Member

@eregon eregon left a comment

Choose a reason for hiding this comment

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

Does this warrant bumping the major version?

The way I see it is: the major version should only be bumped if users of this action need to change things due to breaking changes.
AFAIK there are no breaking changes in this PR and workflows using this action don't need any change, so I think there is no need to bump the major version.
Bumping the major version would also likely mean many users stay on @v1 for a while (and I suppose v1 would no longer be maintained), so it seems an unnecessary complication and headaches to me, with no tangible benefit.

I know some by-GitHub GitHub Actions bump the major version whenever bumping the node version, I personally think this is bad practice (and annoying and noisy for users, which don't know anymore if a new major version has any breaking changes, or it's just a node update which is actually compatible).
For users running on GitHub Actions runners no action is needed and bumping the major version is overhead for everyone involved.
For users running on self-hosted runners, it's their responsibility to keep the runners up-to-date, or otherwise to pin actions (to a commit) and accept getting no updates.

@fniephaus
Copy link
Member Author

Does this warrant bumping the major version?

Yes, because the action now requires Node.js 24. While it is pre-installed on GitHub-provided runners, it may not be on self-hosted runners or on other runners.

Bumping the major version would also likely mean many users stay on @v1 for a while (and I suppose v1 would no longer be maintained), so it seems an unnecessary complication and headaches to me, with no tangible benefit.

We can still keep v1 updated in case something comes up, it also still supports the new GraalVM 25 release from today. On the other hand, it seems like a good time to provide users with an upgrade to Node.js 24, because Node.js 20 is reaching EOL in a few months.

Copy link
Contributor

@rudsberg rudsberg left a comment

Choose a reason for hiding this comment

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

I created a PR that targets this PR with relevant version updates of the SBOM unit and integration tests: #185

Copy link

GraalVM Native Image Build Report

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

Environment

Java version 26+13 Vendor version GraalVM CE 26-dev+13.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.2.1)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,294 67.890% 3,757 41.286% 15,357 42.824%
Reflection 1,067 21.991% 36 0.396% 416 1.160%
JNI 58 1.195% 59 0.648% 52 0.145%
Loaded 4,852 100.000% 9,100 100.000% 35,861 100.000%

Image Details

Category Size in % Details
Code area 5.05MB 36.554% 8,851 compilation units
Image heap 7.31MB 52.908% 89,291 objects, 0.00B for 4 resources
Other data 1.46MB 10.538%
Total 13.82MB 100.000%

Resource Usage

Garbage collection 2.93s (5.572% of total time) in 185 GCs
Peak RSS 1.13GB (7.227% of 15.62GB system memory)
CPU load 3.683 (92.071% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

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.35215)
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.795%
Reflection 618 20.262% 0 0.000% 282 1.322%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,330 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.918% 3,464 compilation units
Image heap 3.45MB 54.709% 48,653 objects, 108.00B for 1 resources
Other data 88.64KB 1.373%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.68s (2.876% of total time) in 118 GCs
Peak RSS 970.16MB (5.922% of 16.00GB system memory)
CPU load 2.804 (70.112% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

Environment

Java version 26+13 Vendor version GraalVM CE 26-dev+13.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler cl.exe (microsoft, x64, 19.44.35215)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,275 68.558% 3,754 41.407% 15,343 42.922%
Reflection 1,056 22.106% 36 0.397% 416 1.164%
JNI 62 1.298% 52 0.574% 52 0.145%
Loaded 4,777 100.000% 9,066 100.000% 35,746 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.515% 8,872 compilation units
Image heap 7.31MB 56.335% 89,048 objects, 0.00B for 4 resources
Other data 418.81KB 3.151%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 3.49s (5.338% of total time) in 171 GCs
Peak RSS 1.14GB (7.108% of 16.00GB system memory)
CPU load 3.128 (78.206% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

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.613%
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,655 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.176% 3,484 compilation units
Image heap 3.46MB 29.167% 48,934 objects, 108.00B for 1 resources
Debug info 5.33MB 44.900%
Other data 335.39KB 2.757%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.84s (3.751% of total time) in 136 GCs
Peak RSS 1.07GB (6.839% of 15.62GB system memory)
CPU load 3.475 (86.876% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

Environment

Java version 26+13 Vendor version GraalVM CE 26-dev+13.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.2.1)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,294 67.904% 3,757 41.286% 15,357 42.787%
Reflection 1,067 21.995% 36 0.396% 416 1.159%
JNI 58 1.196% 59 0.648% 52 0.145%
Loaded 4,851 100.000% 9,100 100.000% 35,892 100.000%

Image Details

Category Size in % Details
Code area 5.05MB 36.553% 8,851 compilation units
Image heap 7.31MB 52.908% 89,290 objects, 0.00B for 4 resources
Other data 1.46MB 10.538%
Total 13.82MB 100.000%

Resource Usage

Garbage collection 3.08s (5.872% of total time) in 175 GCs
Peak RSS 1.14GB (7.321% of 15.62GB system memory)
CPU load 3.700 (92.510% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

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.35215)
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.795%
Reflection 618 20.262% 0 0.000% 282 1.322%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,330 100.000%

Image Details

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

Resource Usage

Garbage collection 1.77s (3.243% of total time) in 172 GCs
Peak RSS 877.54MB (5.356% of 16.00GB system memory)
CPU load 3.104 (77.603% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

Environment

Java version 26+13 Vendor version GraalVM CE 26-dev+13.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler cl.exe (microsoft, x64, 19.44.35216)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,275 68.472% 3,754 41.407% 15,343 43.007%
Reflection 1,056 22.078% 36 0.397% 416 1.166%
JNI 62 1.296% 52 0.574% 52 0.146%
Loaded 4,783 100.000% 9,066 100.000% 35,676 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.515% 8,872 compilation units
Image heap 7.31MB 56.335% 89,026 objects, 0.00B for 4 resources
Other data 418.81KB 3.151%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 3.36s (5.247% of total time) in 177 GCs
Peak RSS 1.09GB (6.782% of 16.00GB system memory)
CPU load 3.212 (80.302% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

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.618%
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,652 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,937 objects, 108.00B for 1 resources
Debug info 5.33MB 44.901%
Other data 334.57KB 2.750%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.71s (3.726% of total time) in 234 GCs
Peak RSS 982.21MB (6.141% of 15.62GB system memory)
CPU load 3.578 (89.455% of 4 CPU cores)

Report generated by setup-graalvm.

@rudsberg rudsberg self-requested a review September 17, 2025 08:56
@fniephaus fniephaus changed the title Release v2, upgrade to node 24, and convert to ESM. Upgrade to node 24 and convert to ESM. Sep 17, 2025
Copy link

GraalVM Native Image Build Report

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

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.35215)
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.796%
Reflection 618 20.262% 0 0.000% 282 1.322%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,329 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.921% 3,464 compilation units
Image heap 3.45MB 54.709% 48,660 objects, 108.00B for 1 resources
Other data 88.45KB 1.370%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.59s (2.952% of total time) in 123 GCs
Peak RSS 969.33MB (5.916% of 16.00GB system memory)
CPU load 2.972 (74.294% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

Environment

Java version 26+13 Vendor version GraalVM CE 26-dev+13.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.2.1)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,294 67.904% 3,757 41.286% 15,357 42.802%
Reflection 1,067 21.995% 36 0.396% 416 1.159%
JNI 58 1.196% 59 0.648% 52 0.145%
Loaded 4,851 100.000% 9,100 100.000% 35,879 100.000%

Image Details

Category Size in % Details
Code area 5.05MB 36.554% 8,851 compilation units
Image heap 7.31MB 52.908% 89,304 objects, 0.00B for 4 resources
Other data 1.46MB 10.538%
Total 13.82MB 100.000%

Resource Usage

Garbage collection 3.21s (5.746% of total time) in 182 GCs
Peak RSS 1.15GB (7.331% of 15.62GB system memory)
CPU load 3.689 (92.223% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

Environment

Java version 26+13 Vendor version GraalVM CE 26-dev+13.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler cl.exe (microsoft, x64, 19.44.35215)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,275 68.443% 3,754 41.407% 15,343 43.060%
Reflection 1,056 22.069% 36 0.397% 416 1.167%
JNI 62 1.296% 52 0.574% 52 0.146%
Loaded 4,785 100.000% 9,066 100.000% 35,632 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.515% 8,872 compilation units
Image heap 7.31MB 56.335% 89,031 objects, 0.00B for 4 resources
Other data 418.81KB 3.151%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 3.42s (5.246% of total time) in 171 GCs
Peak RSS 1.09GB (6.810% of 16.00GB system memory)
CPU load 3.151 (78.780% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

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.615%
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,654 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.184% 3,484 compilation units
Image heap 3.46MB 29.166% 48,945 objects, 108.00B for 1 resources
Debug info 5.33MB 44.902%
Other data 334.32KB 2.748%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.92s (3.994% of total time) in 129 GCs
Peak RSS 1.12GB (7.152% of 15.62GB system memory)
CPU load 3.478 (86.946% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus changed the title Upgrade to node 24 and convert to ESM. Convert to ESM. Sep 23, 2025
Copy link

GraalVM Native Image Build Report

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

Environment

Java version 26+13 Vendor version GraalVM CE 26-dev+13.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.2.1)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,297 67.979% 3,759 41.294% 15,363 42.815%
Reflection 1,068 22.021% 36 0.395% 416 1.159%
JNI 58 1.196% 59 0.648% 52 0.145%
Loaded 4,850 100.000% 9,103 100.000% 35,882 100.000%

Image Details

Category Size in % Details
Code area 5.05MB 36.570% 8,862 compilation units
Image heap 7.31MB 52.905% 89,378 objects, 0.00B for 4 resources
Other data 1.45MB 10.525%
Total 13.82MB 100.000%

Resource Usage

Garbage collection 2.87s (5.487% of total time) in 190 GCs
Peak RSS 1.13GB (7.240% of 15.62GB system memory)
CPU load 3.677 (91.925% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

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.35215)
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.796%
Reflection 618 20.262% 0 0.000% 282 1.322%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,329 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.924% 3,464 compilation units
Image heap 3.45MB 54.709% 48,648 objects, 108.00B for 1 resources
Other data 88.27KB 1.367%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.61s (2.952% of total time) in 116 GCs
Peak RSS 979.27MB (5.977% of 16.00GB system memory)
CPU load 2.972 (74.288% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

Environment

Java version 26+13 Vendor version GraalVM CE 26-dev+13.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler cl.exe (microsoft, x64, 19.44.35215)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,278 68.534% 3,756 41.416% 15,349 42.957%
Reflection 1,057 22.099% 36 0.397% 416 1.164%
JNI 62 1.296% 52 0.573% 52 0.146%
Loaded 4,783 100.000% 9,069 100.000% 35,731 100.000%

Image Details

Category Size in % Details
Code area 5.26MB 40.531% 8,883 compilation units
Image heap 7.31MB 56.335% 89,115 objects, 0.00B for 4 resources
Other data 416.56KB 3.134%
Total 12.98MB 100.000%

Resource Usage

Garbage collection 3.41s (5.419% of total time) in 146 GCs
Peak RSS 1.10GB (6.856% of 16.00GB system memory)
CPU load 3.244 (81.100% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

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

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.590%
Reflection 638 20.364% 0 0.000% 281 1.297%
JNI 49 1.564% 32 0.854% 48 0.222%
Loaded 3,133 100.000% 3,746 100.000% 21,669 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.177% 3,484 compilation units
Image heap 3.46MB 29.169% 48,942 objects, 108.00B for 1 resources
Debug info 5.33MB 44.896%
Other data 335.51KB 2.758%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.89s (3.789% of total time) in 136 GCs
Peak RSS 1.09GB (6.998% of 15.62GB system memory)
CPU load 3.461 (86.521% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus merged commit e140024 into main Sep 23, 2025
230 checks passed
@fniephaus fniephaus deleted the fniephaus/node24-esm branch September 23, 2025 07:36
mergify bot added a commit to robfrank/linklift that referenced this pull request Sep 29, 2025
Bumps the github-actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/cache](https://github.com/actions/cache) | `4.2.4` | `4.3.0` |
| [docker/login-action](https://github.com/docker/login-action) | `3.5.0` | `3.6.0` |
| [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) | `1.3.7` | `1.4.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.30.3` | `3.30.5` |
| [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.262.0` | `1.263.0` |
Updates `actions/cache` from 4.2.4 to 4.3.0
Release notes

*Sourced from [actions/cache's releases](https://github.com/actions/cache/releases).*

> v4.3.0
> ------
>
> What's Changed
> --------------
>
> * Add note on runner versions by [`@​GhadimiR`](https://github.com/GhadimiR) in [actions/cache#1642](https://redirect.github.com/actions/cache/pull/1642)
> * Prepare `v4.3.0` release by [`@​Link`](https://github.com/Link)- in [actions/cache#1655](https://redirect.github.com/actions/cache/pull/1655)
>
> New Contributors
> ----------------
>
> * [`@​GhadimiR`](https://github.com/GhadimiR) made their first contribution in [actions/cache#1642](https://redirect.github.com/actions/cache/pull/1642)
>
> **Full Changelog**: <actions/cache@v4...v4.3.0>


Changelog

*Sourced from [actions/cache's changelog](https://github.com/actions/cache/blob/main/RELEASES.md).*

> Releases
> ========
>
> ### 4.3.0
>
> * Bump `@actions/cache` to [v4.1.0](https://redirect.github.com/actions/toolkit/pull/2132)
>
> ### 4.2.4
>
> * Bump `@actions/cache` to v4.0.5
>
> ### 4.2.3
>
> * Bump `@actions/cache` to v4.0.3 (obfuscates SAS token in debug logs for cache entries)
>
> ### 4.2.2
>
> * Bump `@actions/cache` to v4.0.2
>
> ### 4.2.1
>
> * Bump `@actions/cache` to v4.0.1
>
> ### 4.2.0
>
> TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. [actions/cache](https://github.com/actions/cache) now integrates with the new cache service (v2) APIs.
>
> The new service will gradually roll out as of **February 1st, 2025**. The legacy service will also be sunset on the same date. Changes in these release are **fully backward compatible**.
>
> **We are deprecating some versions of this action**. We recommend upgrading to version `v4` or `v3` as soon as possible before **February 1st, 2025.** (Upgrade instructions below).
>
> If you are using pinned SHAs, please use the SHAs of versions `v4.2.0` or `v3.4.0`
>
> If you do not upgrade, all workflow runs using any of the deprecated [actions/cache](https://github.com/actions/cache) will fail.
>
> Upgrading to the recommended versions will not break your workflows.
>
> ### 4.1.2
>
> * Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - [#1474](https://redirect.github.com/actions/cache/pull/1474)
> * Security fix: Bump braces from 3.0.2 to 3.0.3 - [#1475](https://redirect.github.com/actions/cache/pull/1475)
>
> ### 4.1.1
>
> * Restore original behavior of `cache-hit` output - [#1467](https://redirect.github.com/actions/cache/pull/1467)
>
> ### 4.1.0
>
> * Ensure `cache-hit` output is set when a cache is missed - [#1404](https://redirect.github.com/actions/cache/pull/1404)
> * Deprecate `save-always` input - [#1452](https://redirect.github.com/actions/cache/pull/1452)

... (truncated)


Commits

* [`0057852`](actions/cache@0057852) Merge pull request [#1655](https://redirect.github.com/actions/cache/issues/1655) from actions/Link-/prepare-4.3.0
* [`4f5ea67`](actions/cache@4f5ea67) Update licensed cache
* [`9fcad95`](actions/cache@9fcad95) Upgrade actions/cache to 4.1.0 and prepare 4.3.0 release
* [`638ed79`](actions/cache@638ed79) Merge pull request [#1642](https://redirect.github.com/actions/cache/issues/1642) from actions/GhadimiR-patch-1
* [`3862dcc`](actions/cache@3862dcc) Add note on runner versions
* See full diff in [compare view](actions/cache@0400d5f...0057852)
  
Updates `docker/login-action` from 3.5.0 to 3.6.0
Release notes

*Sourced from [docker/login-action's releases](https://github.com/docker/login-action/releases).*

> v3.6.0
> ------
>
> * Add `registry-auth` input for raw authentication to registries by [`@​crazy-max`](https://github.com/crazy-max) in [docker/login-action#887](https://redirect.github.com/docker/login-action/pull/887)
> * Bump `@​aws-sdk/client-ecr` to 3.890.0 in [docker/login-action#882](https://redirect.github.com/docker/login-action/pull/882) [docker/login-action#890](https://redirect.github.com/docker/login-action/pull/890)
> * Bump `@​aws-sdk/client-ecr-public` to 3.890.0 in [docker/login-action#882](https://redirect.github.com/docker/login-action/pull/882) [docker/login-action#890](https://redirect.github.com/docker/login-action/pull/890)
> * Bump `@​docker/actions-toolkit` from 0.62.1 to 0.63.0 in [docker/login-action#883](https://redirect.github.com/docker/login-action/pull/883)
> * Bump brace-expansion from 1.1.11 to 1.1.12 in [docker/login-action#880](https://redirect.github.com/docker/login-action/pull/880)
> * Bump undici from 5.28.4 to 5.29.0 in [docker/login-action#879](https://redirect.github.com/docker/login-action/pull/879)
> * Bump tmp from 0.2.3 to 0.2.4 in [docker/login-action#881](https://redirect.github.com/docker/login-action/pull/881)
>
> **Full Changelog**: <docker/login-action@v3.5.0...v3.6.0>


Commits

* [`5e57cd1`](docker/login-action@5e57cd1) Merge pull request [#890](https://redirect.github.com/docker/login-action/issues/890) from docker/dependabot/npm\_and\_yarn/aws-sdk-dependenc...
* [`97e3143`](docker/login-action@97e3143) chore: update generated content
* [`3a0796b`](docker/login-action@3a0796b) build(deps): bump the aws-sdk-dependencies group with 2 updates
* [`5b7b28b`](docker/login-action@5b7b28b) Merge pull request [#882](https://redirect.github.com/docker/login-action/issues/882) from docker/dependabot/npm\_and\_yarn/aws-sdk-dependenc...
* [`abc9fb3`](docker/login-action@abc9fb3) chore: update generated content
* [`d468688`](docker/login-action@d468688) build(deps): bump the aws-sdk-dependencies group with 2 updates
* [`a99b2f8`](docker/login-action@a99b2f8) Merge pull request [#883](https://redirect.github.com/docker/login-action/issues/883) from docker/dependabot/npm\_and\_yarn/docker/actions-to...
* [`0d7fae8`](docker/login-action@0d7fae8) chore: update generated content
* [`9832253`](docker/login-action@9832253) build(deps): bump `@​docker/actions-toolkit` from 0.62.1 to 0.63.0
* [`09e05bb`](docker/login-action@09e05bb) Merge pull request [#881](https://redirect.github.com/docker/login-action/issues/881) from docker/dependabot/npm\_and\_yarn/tmp-0.2.4
* Additional commits viewable in [compare view](docker/login-action@184bdaa...5e57cd1)
  
Updates `graalvm/setup-graalvm` from 1.3.7 to 1.4.0
Release notes

*Sourced from [graalvm/setup-graalvm's releases](https://github.com/graalvm/setup-graalvm/releases).*

> v1.4.0
> ------
>
> What's Changed
> --------------
>
> * Convert to ESM. by [`@​fniephaus`](https://github.com/fniephaus) in [graalvm/setup-graalvm#184](https://redirect.github.com/graalvm/setup-graalvm/pull/184)
>
> **Full Changelog**: <graalvm/setup-graalvm@v1.3.7...v1.4.0>


Commits

* [`e140024`](graalvm/setup-graalvm@e140024) Bump version to `1.4.0`.
* [`933f904`](graalvm/setup-graalvm@933f904) Bump SBOM test versions to 25
* [`0246c29`](graalvm/setup-graalvm@0246c29) Upgrade `minimatch` for ESM support.
* [`b4c67ab`](graalvm/setup-graalvm@b4c67ab) Convert to ESM.
* [`59f089d`](graalvm/setup-graalvm@59f089d) Bump the npm-updates group with 7 updates
* See full diff in [compare view](graalvm/setup-graalvm@aba6a07...e140024)
  
Updates `github/codeql-action` from 3.30.3 to 3.30.5
Release notes

*Sourced from [github/codeql-action's releases](https://github.com/github/codeql-action/releases).*

> v3.30.5
> -------
>
> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> 3.30.5 - 26 Sep 2025
> --------------------
>
> * We fixed a bug that was introduced in `3.30.4` with `upload-sarif` which resulted in files without a `.sarif` extension not getting uploaded. [#3160](https://redirect.github.com/github/codeql-action/pull/3160)
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.30.5/CHANGELOG.md) for more information.
>
> v3.30.4
> -------
>
> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> 3.30.4 - 25 Sep 2025
> --------------------
>
> * We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the `codeql-action/init` step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the `codeql-action/init` step. [#3099](https://redirect.github.com/github/codeql-action/pull/3099) and [#3100](https://redirect.github.com/github/codeql-action/pull/3100)
> * We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. [#3107](https://redirect.github.com/github/codeql-action/pull/3107)
> * You can now run the latest CodeQL nightly bundle by passing `tools: nightly` to the `init` action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. [#3130](https://redirect.github.com/github/codeql-action/pull/3130)
> * Update default CodeQL bundle version to 2.23.1. [#3118](https://redirect.github.com/github/codeql-action/pull/3118)
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.30.4/CHANGELOG.md) for more information.


Changelog

*Sourced from [github/codeql-action's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).*

> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> [UNRELEASED]
> ------------
>
> No user facing changes.
>
> 3.30.5 - 26 Sep 2025
> --------------------
>
> * We fixed a bug that was introduced in `3.30.4` with `upload-sarif` which resulted in files without a `.sarif` extension not getting uploaded. [#3160](https://redirect.github.com/github/codeql-action/pull/3160)
>
> 3.30.4 - 25 Sep 2025
> --------------------
>
> * We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the `codeql-action/init` step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the `codeql-action/init` step. [#3099](https://redirect.github.com/github/codeql-action/pull/3099) and [#3100](https://redirect.github.com/github/codeql-action/pull/3100)
> * We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. [#3107](https://redirect.github.com/github/codeql-action/pull/3107)
> * You can now run the latest CodeQL nightly bundle by passing `tools: nightly` to the `init` action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. [#3130](https://redirect.github.com/github/codeql-action/pull/3130)
> * Update default CodeQL bundle version to 2.23.1. [#3118](https://redirect.github.com/github/codeql-action/pull/3118)
>
> 3.30.3 - 10 Sep 2025
> --------------------
>
> No user facing changes.
>
> 3.30.2 - 09 Sep 2025
> --------------------
>
> * Fixed a bug which could cause language autodetection to fail. [#3084](https://redirect.github.com/github/codeql-action/pull/3084)
> * Experimental: The `quality-queries` input that was added in `3.29.2` as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new `analysis-kinds` input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. [#3064](https://redirect.github.com/github/codeql-action/pull/3064)
>
> 3.30.1 - 05 Sep 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.0. [#3077](https://redirect.github.com/github/codeql-action/pull/3077)
>
> 3.30.0 - 01 Sep 2025
> --------------------
>
> * Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. [#3054](https://redirect.github.com/github/codeql-action/pull/3054)
>
> 3.29.11 - 21 Aug 2025
> ---------------------
>
> * Update default CodeQL bundle version to 2.22.4. [#3044](https://redirect.github.com/github/codeql-action/pull/3044)
>
> 3.29.10 - 18 Aug 2025
> ---------------------
>
> No user facing changes.
>
> 3.29.9 - 12 Aug 2025
> --------------------
>
> No user facing changes.
>
> 3.29.8 - 08 Aug 2025
> --------------------

... (truncated)


Commits

* [`3599b3b`](github/codeql-action@3599b3b) Merge pull request [#3161](https://redirect.github.com/github/codeql-action/issues/3161) from github/update-v3.30.5-0a67bd46a
* [`2ca0085`](github/codeql-action@2ca0085) Update changelog for v3.30.5
* [`0a67bd4`](github/codeql-action@0a67bd4) Merge pull request [#3160](https://redirect.github.com/github/codeql-action/issues/3160) from github/mbg/fix/upload-sarif
* [`8e34f2f`](github/codeql-action@8e34f2f) Add changelog
* [`0b7fc56`](github/codeql-action@0b7fc56) Fix `upload-sarif` not uploading non-`.sarif` files
* [`94a9b7a`](github/codeql-action@94a9b7a) Merge pull request [#3155](https://redirect.github.com/github/codeql-action/issues/3155) from github/mbg/node/no-install-in-actions
* [`a0ae9ba`](github/codeql-action@a0ae9ba) Log what the script is doing
* [`b27a8ef`](github/codeql-action@b27a8ef) Exit if running in an Actions workflow
* [`6592567`](github/codeql-action@6592567) Merge pull request [#3139](https://redirect.github.com/github/codeql-action/issues/3139) from github/henrymercer/fix-log-message
* [`fa64a7d`](github/codeql-action@fa64a7d) Merge pull request [#3154](https://redirect.github.com/github/codeql-action/issues/3154) from github/mbg/node/check-up-to-date-deps
* Additional commits viewable in [compare view](github/codeql-action@192325c...3599b3b)
  
Updates `ruby/setup-ruby` from 1.262.0 to 1.263.0
Release notes

*Sourced from [ruby/setup-ruby's releases](https://github.com/ruby/setup-ruby/releases).*

> v1.263.0
> --------
>
> What's Changed
> --------------
>
> * Print lockfile contents earlier by [`@​Earlopain`](https://github.com/Earlopain) in [ruby/setup-ruby#811](https://redirect.github.com/ruby/setup-ruby/pull/811)
>
> New Contributors
> ----------------
>
> * [`@​Earlopain`](https://github.com/Earlopain) made their first contribution in [ruby/setup-ruby#811](https://redirect.github.com/ruby/setup-ruby/pull/811)
>
> **Full Changelog**: <ruby/setup-ruby@v1.262.0...v1.263.0>


Commits

* [`0481980`](ruby/setup-ruby@0481980) Print lockfile contents earlier
* See full diff in [compare view](ruby/setup-ruby@cf7216d...0481980)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  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  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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants