Skip to content

Bump the "all" group with 2 updates across multiple ecosystems#215

Merged
fniephaus merged 6 commits intomainfrom
dependabot/all-a4c36addb9
Apr 2, 2026
Merged

Bump the "all" group with 2 updates across multiple ecosystems#215
fniephaus merged 6 commits intomainfrom
dependabot/all-a4c36addb9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps the all group with 2 updates: actions/setup-node and actions/upload-artifact.

Updates actions/setup-node from 6.2.0 to 6.3.0

Release notes

Sourced from actions/setup-node's releases.

v6.3.0

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:

Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

Commits

Updates actions/upload-artifact from 6.0.0 to 7.0.0

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

Commits

Bumps the all group with 9 updates:

Package From To
@typescript-eslint/eslint-plugin 8.57.0 8.58.0
@typescript-eslint/parser 8.57.0 8.58.0
eslint 9.39.4 10.1.0
eslint-plugin-jest 29.15.0 29.15.1
eslint-plugin-jsonc 2.21.1 3.1.2
rollup 4.59.0 4.60.1
ts-jest 29.4.6 29.4.9
typescript 5.9.3 6.0.2
@rollup/rollup-linux-x64-gnu 4.59.0 4.60.1

Updates @typescript-eslint/eslint-plugin from 8.57.0 to 8.58.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.58.0

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

🩹 Fixes

  • eslint-plugin: crash in no-unnecessary-type-arguments (#12163)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#12142)
  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#12161)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.2

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
  • typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)

❤️ Thank You

See GitHub Releases for more information.

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#12161)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#12142)
  • eslint-plugin: crash in no-unnecessary-type-arguments (#12163)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.57.1 (2026-03-16)

... (truncated)

Commits
  • 4933417 chore(release): publish 8.58.0
  • 5a9bd36 fix(eslint-plugin): [prefer-regexp-exec] avoid fixing unknown RegExp flags (#...
  • edb90eb fix(eslint-plugin): [no-extraneous-class] handle index signatures (#12142)
  • 8cde2d0 feat: support TypeScript 6 (#12124)
  • 1bf86c9 fix(eslint-plugin): crash in no-unnecessary-type-arguments (#12163)
  • e9cc25a docs(eslint-plugin): fix typo (#12155)
  • be4d54d chore(release): publish 8.57.2
  • f68c8e4 fix(eslint-plugin): [prefer-readonly-parameter-types] preserve type alias inf...
  • 73acd2e fix(eslint-plugin): [no-useless-default-assignment] skip reporting false posi...
  • 3d21482 fix(eslint-plugin): [no-unsafe-return] false positive on unwrapping generic (...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.57.0 to 8.58.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.58.0

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

🩹 Fixes

  • eslint-plugin: crash in no-unnecessary-type-arguments (#12163)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#12142)
  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#12161)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.57.2

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
  • typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)

❤️ Thank You

See GitHub Releases for more information.

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.57.2 (2026-03-23)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.57.1 (2026-03-16)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 9.39.4 to 10.1.0

Release notes

Sourced from eslint's releases.

v10.1.0

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#20510) (Nicholas C. Zakas)

Chores

  • a9f9cce chore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584) (Milos Djermanovic)
  • 1f42bd7 chore: update prettier to 3.8.1 (#20651) (루밀LuMir)
  • c0a6f4a chore: update dependency @​eslint/json to ^1.2.0 (#20652) (renovate[bot])
  • cc43f79 chore: update dependency c8 to v11 (#20650) (renovate[bot])
  • 2ce4635 chore: update dependency @​eslint/json to v1 (#20649) (renovate[bot])
  • f0406ee chore: update dependency markdownlint-cli2 to ^0.21.0 (#20646) (renovate[bot])
  • dbb4c95 chore: remove trunk (#20478) (sethamus)
  • c672a2a test: fix CLI test for empty output file (#20640) (kuldeep kumar)
  • c7ada24 ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (#20636) (dependabot[bot])
  • 07c4b8b test: fix RuleTester test without test runners (#20631) (Francesco Trotta)
  • 079bba7 test: Add tests for isValidWithUnicodeFlag (#20601) (Manish chaudhary)
  • 5885ae6 ci: unpin Node.js 25.x in CI (#20615) (Copilot)
  • f65e5d3 chore: update pnpm/action-setup digest to b906aff (#20610) (renovate[bot])

v10.0.3

Bug Fixes

  • e511b58 fix: update eslint (#20595) (renovate[bot])
  • f4c9cf9 fix: include variable name in no-useless-assignment message (#20581) (sethamus)
  • ee9ff31 fix: update dependency minimatch to ^10.2.4 (#20562) (Milos Djermanovic)

Documentation

  • 9fc31b0 docs: Update README (GitHub Actions Bot)
  • 4efaa36 docs: add info box for eslint-plugin-eslint-comments (#20570) (DesselBane)
  • 23b2759 docs: add v10 migration guide link to Use docs index (#20577) (Pixel998)
  • 80259a9 docs: Remove deprecated eslintrc documentation files (#20472) (Copilot)
  • 9b9b4ba docs: fix typo in no-await-in-loop documentation (#20575) (Pixel998)
  • e7d72a7 docs: document TypeScript 5.3 minimum supported version (#20547) (sethamus)

Chores

  • ef8fb92 chore: package.json update for eslint-config-eslint release (Jenkins)

... (truncated)

Commits

Updates eslint-plugin-jest from 29.15.0 to 29.15.1

Release notes

Sourced from eslint-plugin-jest's releases.

v29.15.1

29.15.1 (2026-03-24)

Bug Fixes

Changelog

Sourced from eslint-plugin-jest's changelog.

29.15.1 (2026-03-24)

Bug Fixes

Commits

Updates eslint-plugin-jsonc from 2.21.1 to 3.1.2

Release notes

Sourced from eslint-plugin-jsonc's releases.

v3.1.2

Patch Changes

  • #500 d97b2bc Thanks @​ota-meshi! - fix: update eslint-json-compat-utils to 0.2.3 and fixed compatibility with @eslint/json

v3.1.1

Patch Changes

v3.1.0

Minor Changes

  • #487 8a1f4b9 Thanks @​ota-meshi! - feat(object-curly-spacing): add emptyObjects option to control spacing in empty objects

v3.0.1

Patch Changes

v3.0.0

Major Changes

  • #471 d30112b Thanks @​copilot-swe-agent! - Add ESLint language plugin support. The plugin now exports a languages object that provides language implementations for json, jsonc, json5, and x. The shared configurations (base, recommended-with-json, etc.) now use the jsonc-based language implementation by default (via language: "jsonc/x" in ESLint flat config) and have been updated to use the new language plugin approach instead of the parser approach.

  • #468 8c87c6c Thanks @​copilot-swe-agent! - Drop support for legacy config. The plugin now exports flat configs as the main configuration format. The previous flat/* namespace is kept for backward compatibility.

  • #465 62b2127 Thanks @​copilot-swe-agent! - Drop support for older ESLint versions. The new minimum supported version is ESLint 9.38.0 or later.

  • #460 cc949e3 Thanks @​copilot-swe-agent! - Drop support for older Node.js versions. The new minimum supported versions are: ^20.19.0 || ^22.13.0 || >=24

  • #469 ee27486 Thanks @​copilot-swe-agent! - Convert to ESM-only package. The plugin now uses tsdown for bundling and is distributed as pure ESM. The package no longer supports CommonJS require() syntax. Users need to use import statements or dynamic import() to load the plugin.

  • #466 29e47c4 Thanks @​renovate! - Update dependency jsonc-eslint-parser to v3

  • #473 0f6d480 Thanks @​ota-meshi! - feat: include "no-irregular-whitespace" rule in recommended configs

  • #477 75304cf Thanks @​ota-meshi! - Removed re-export from jsonc-eslint-parser

Minor Changes

  • #474 90c0d61 Thanks @​ota-meshi! - fix: replace espree with jsonc-eslint-parser for tokenization

  • #476 633b7d1 Thanks @​ota-meshi! - The JSONCSourceCode, JSONCToken, and JSONCComment types are now provided. Using these types, you can define a RuleContext type that is useful for creating JSON rules.

    e.g.

    import type * as core from "@eslint/core";
    export type RuleContext<RuleOptions extends unknown[] = unknown[]> =

... (truncated)

Changelog

Sourced from eslint-plugin-jsonc's changelog.

3.1.2

Patch Changes

  • #500 d97b2bc Thanks @​ota-meshi! - fix: update eslint-json-compat-utils to 0.2.3 and fixed compatibility with @eslint/json

3.1.1

Patch Changes

3.1.0

Minor Changes

  • #487 8a1f4b9 Thanks @​ota-meshi! - feat(object-curly-spacing): add emptyObjects option to control spacing in empty objects

3.0.1

Patch Changes

3.0.0

Major Changes

  • #471 d30112b Thanks @​copilot-swe-agent! - Add ESLint language plugin support. The plugin now exports a languages object that provides language implementations for json, jsonc, json5, and x. The shared configurations (base, recommended-with-json, etc.) now use the jsonc-based language implementation by default (via language: "jsonc/x" in ESLint flat config) and have been updated to use the new language plugin approach instead of the parser approach.

  • #468 8c87c6c Thanks @​copilot-swe-agent! - Drop support for legacy config. The plugin now exports flat configs as the main configuration format. The previous flat/* namespace is kept for backward compatibility.

  • #465 62b2127 Thanks @​copilot-swe-agent! - Drop support for older ESLint versions. The new minimum supported version is ESLint 9.38.0 or later.

  • #460 cc949e3 Thanks @​copilot-swe-agent! - Drop support for older Node.js versions. The new minimum supported versions are: ^20.19.0 || ^22.13.0 || >=24

  • #469 ee27486 Thanks @​copilot-swe-agent! - Convert to ESM-only package. The plugin now uses tsdown for bundling and is distributed as pure ESM. The package no longer supports CommonJS require() syntax. Users need to use import statements or dynamic import() to load the plugin.

  • #466 29e47c4 Thanks @​renovate! - Update dependency jsonc-eslint-parser to v3

  • #473 0f6d480 Thanks @​ota-meshi! - feat: include "no-irregular-whitespace" rule in recommended configs

  • #477 75304cf Thanks @​ota-meshi! - Removed re-export from jsonc-eslint-parser

Minor Changes

  • #474 90c0d61 Thanks @​ota-meshi! - fix: replace espree with jsonc-eslint-parser for tokenization

  • #476 633b7d1 Thanks @​ota-meshi! - The JSONCSourceCode, JSONCToken, and JSONCComment types are now provided. Using these types, you can define a RuleContext type that is useful for creating JSON rules.

... (truncated)

Commits
  • 19e4afe chore: release eslint-plugin-jsonc (#501)
  • d97b2bc fix: update eslint-json-compat-utils to 0.2.3 and fixed compatibility with `@...
  • 71aad3b test: add test for parsing error in jsonc-language
  • b0b6d66 chore(deps): update dependency vite-plugin-eslint4b to ^0.7.0 (#496)
  • 95d3210 chore(deps): update dependency @​changesets/changelog-github to ^0.6.0 (#497)
  • 74fc91b chore(deps): update dependency c8 to v11 (#491)
  • c78f809 chore: release eslint-plugin-jsonc (#493)
  • 36960d6 Add main field to package.json (#492)
  • 3f629ef docs: fix load languages (#489)
  • ebbba90 chore: release eslint-plugin-jsonc (#488)
  • Additional commits viewable in compare view

Updates rollup from 4.59.0 to 4.60.1

Release notes

Sourced from rollup's releases.

v4.60.1

4.60.1

2026-03-30

Bug Fixes

  • Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)

Pull Requests

v4.60.0

4.60.0

2026-03-22

Features

  • Support source phase imports as long as they are external (#6279)

Pull Requests

v4.59.1

4.59.1

2026-03-21

Bug Fixes

  • Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#6306)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.60.1

2026-03-30

Bug Fixes

  • Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)

Pull Requests

Bumps the all group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/setup-node` from 6.2.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@6044e13...53b8394)

Updates `actions/upload-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@b7c566a...bbbca2d)
Bump the all group with 9 updates

Bumps the all group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.57.0` | `8.58.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.57.0` | `8.58.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.1.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.15.0` | `29.15.1` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.21.1` | `3.1.2` |
| [rollup](https://github.com/rollup/rollup) | `4.59.0` | `4.60.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.6` | `29.4.9` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.59.0` | `4.60.1` |


Updates `@typescript-eslint/eslint-plugin` from 8.57.0 to 8.58.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.58.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.57.0 to 8.58.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.58.0/packages/parser)

Updates `eslint` from 9.39.4 to 10.1.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.1.0)

Updates `eslint-plugin-jest` from 29.15.0 to 29.15.1
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v29.15.0...v29.15.1)

Updates `eslint-plugin-jsonc` from 2.21.1 to 3.1.2
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-jsonc@v2.21.1...v3.1.2)

Updates `rollup` from 4.59.0 to 4.60.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.59.0...v4.60.1)

Updates `ts-jest` from 29.4.6 to 29.4.9
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.6...v29.4.9)

Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

Updates `@rollup/rollup-linux-x64-gnu` from 4.59.0 to 4.60.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.59.0...v4.60.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-plugin-jest
  dependency-version: 29.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-jsonc
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: rollup
  dependency-version: 4.60.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ts-jest
  dependency-version: 29.4.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-version: 4.60.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Apr 2, 2026
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

Java version 21.0.10+8-LTS Vendor version Oracle GraalVM 21.0.10+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,030 60.041% 1,896 44.918% 8,312 34.948%
Reflection 732 21.650% 37 0.877% 287 1.207%
JNI 49 1.449% 33 0.782% 48 0.202%
Loaded 3,381 100.000% 4,221 100.000% 23,784 100.000%

Image Details

Category Size in % Details
Code area 3.36MB 33.984% 3,837 compilation units
Image heap 3.64MB 36.847% 52,368 objects, 0.00B for 29 resources
Other data 2.88MB 29.169%
Total 9.89MB 100.000%

Resource Usage

Garbage collection 2.41s (5.787% of total time) in 369 GCs
Peak RSS 730.57MB (4.569% of 15.61GB system memory)
CPU load 3.615 (90.374% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

Java version 25.0.2+10-LTS Vendor version Oracle GraalVM 25.0.2+10.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.789% 1,840 36.486% 8,213 32.686%
Reflection 753 20.563% 35 0.694% 284 1.130%
JNI 49 1.338% 35 0.694% 48 0.191%
Loaded 3,662 100.000% 5,043 100.000% 25,127 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.709% 3,832 compilation units
Image heap 4.11MB 40.324% 59,282 objects, 0.00B for 52 resources
Other data 2.95MB 28.967%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.14s (4.258% of total time) in 458 GCs
Peak RSS 1017.83MB (6.366% of 15.61GB system memory)
CPU load 3.588 (89.701% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

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.35225)
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.917% 3,464 compilation units
Image heap 3.45MB 54.709% 48,643 objects, 108.00B for 1 resources
Other data 88.70KB 1.374%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.70s (3.255% of total time) in 124 GCs
Peak RSS 973.85MB (5.946% of 15.99GB system memory)
CPU load 3.127 (78.174% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,367 65.493% 3,808 40.105% 15,689 41.622%
Reflection 86 1.673% 36 0.379% 331 0.878%
JNI 62 1.206% 52 0.548% 52 0.138%
Loaded 5,141 100.000% 9,495 100.000% 37,694 100.000%

Image Details

Category Size in % Details
Code area 4.68MB 34.894% 9,031 compilation units
Image heap 8.31MB 62.041% 116,213 objects, 171.38KB for 4 resources
Other data 420.56KB 3.065%
Total 13.40MB 100.000%

Resource Usage

Garbage collection 2.38s (3.604% of total time) in 438 GCs
Peak RSS 1022.96MB (6.246% of 15.99GB system memory)
CPU load 3.032 (75.805% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

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.181% 3,484 compilation units
Image heap 3.46MB 29.164% 48,952 objects, 108.00B for 1 resources
Debug info 5.34MB 44.906%
Other data 334.53KB 2.750%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.94s (4.378% of total time) in 211 GCs
Peak RSS 980.23MB (6.129% of 15.62GB system memory)
CPU load 3.643 (91.075% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

Java version 21.0.10+8-LTS Vendor version Oracle GraalVM 21.0.10+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,030 60.041% 1,896 44.918% 8,312 35.032%
Reflection 732 21.650% 37 0.877% 287 1.210%
JNI 49 1.449% 33 0.782% 48 0.202%
Loaded 3,381 100.000% 4,221 100.000% 23,727 100.000%

Image Details

Category Size in % Details
Code area 3.36MB 33.984% 3,837 compilation units
Image heap 3.64MB 36.847% 52,374 objects, 0.00B for 29 resources
Other data 2.88MB 29.169%
Total 9.89MB 100.000%

Resource Usage

Garbage collection 2.12s (5.225% of total time) in 293 GCs
Peak RSS 761.08MB (4.759% of 15.62GB system memory)
CPU load 3.611 (90.265% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus force-pushed the dependabot/all-a4c36addb9 branch from 808a48c to dbc9975 Compare April 2, 2026 06:24
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

Java version 21.0.10+8-LTS Vendor version Oracle GraalVM 21.0.10+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,030 60.041% 1,896 44.918% 8,312 35.032%
Reflection 732 21.650% 37 0.877% 287 1.210%
JNI 49 1.449% 33 0.782% 48 0.202%
Loaded 3,381 100.000% 4,221 100.000% 23,727 100.000%

Image Details

Category Size in % Details
Code area 3.36MB 33.984% 3,837 compilation units
Image heap 3.64MB 36.849% 52,383 objects, 0.00B for 29 resources
Other data 2.88MB 29.167%
Total 9.89MB 100.000%

Resource Usage

Garbage collection 2.39s (5.861% of total time) in 375 GCs
Peak RSS 742.93MB (4.645% of 15.62GB system memory)
CPU load 3.599 (89.979% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

Java version 25.0.2+10-LTS Vendor version Oracle GraalVM 25.0.2+10.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.804% 1,840 36.486% 8,213 32.715%
Reflection 753 20.568% 35 0.694% 284 1.131%
JNI 49 1.338% 35 0.694% 48 0.191%
Loaded 3,661 100.000% 5,043 100.000% 25,105 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.709% 3,832 compilation units
Image heap 4.11MB 40.325% 59,284 objects, 0.00B for 52 resources
Other data 2.95MB 28.966%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.18s (4.647% of total time) in 450 GCs
Peak RSS 1009.47MB (6.312% of 15.62GB system memory)
CPU load 3.677 (91.915% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

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.35225)
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.916% 3,464 compilation units
Image heap 3.45MB 54.709% 48,652 objects, 108.00B for 1 resources
Other data 88.80KB 1.375%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.90s (3.724% of total time) in 168 GCs
Peak RSS 873.96MB (5.336% of 15.99GB system memory)
CPU load 3.128 (78.200% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,368 65.564% 3,808 40.101% 15,689 41.623%
Reflection 86 1.674% 36 0.379% 335 0.889%
JNI 62 1.207% 52 0.548% 52 0.138%
Loaded 5,137 100.000% 9,496 100.000% 37,693 100.000%

Image Details

Category Size in % Details
Code area 4.68MB 34.894% 9,031 compilation units
Image heap 8.31MB 62.041% 116,206 objects, 171.38KB for 4 resources
Other data 420.59KB 3.066%
Total 13.40MB 100.000%

Resource Usage

Garbage collection 2.90s (4.501% of total time) in 437 GCs
Peak RSS 1.01GB (6.284% of 15.99GB system memory)
CPU load 3.126 (78.154% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

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.184% 3,484 compilation units
Image heap 3.46MB 29.168% 48,932 objects, 108.00B for 1 resources
Debug info 5.33MB 44.897%
Other data 334.59KB 2.751%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.75s (3.882% of total time) in 118 GCs
Peak RSS 1.11GB (7.136% of 15.61GB system memory)
CPU load 3.605 (90.121% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus force-pushed the dependabot/all-a4c36addb9 branch from dbc9975 to 29d9623 Compare April 2, 2026 06:45
@fniephaus fniephaus self-assigned this Apr 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

Java version 21.0.10+8-LTS Vendor version Oracle GraalVM 21.0.10+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,030 60.041% 1,896 44.918% 8,312 35.033%
Reflection 732 21.650% 37 0.877% 287 1.210%
JNI 49 1.449% 33 0.782% 48 0.202%
Loaded 3,381 100.000% 4,221 100.000% 23,726 100.000%

Image Details

Category Size in % Details
Code area 3.36MB 33.984% 3,837 compilation units
Image heap 3.64MB 36.846% 52,372 objects, 0.00B for 29 resources
Other data 2.88MB 29.170%
Total 9.89MB 100.000%

Resource Usage

Garbage collection 2.52s (5.956% of total time) in 426 GCs
Peak RSS 735.01MB (4.597% of 15.61GB system memory)
CPU load 3.583 (89.579% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

Java version 25.0.2+10-LTS Vendor version Oracle GraalVM 25.0.2+10.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.486% 8,213 32.827%
Reflection 753 20.574% 35 0.694% 284 1.135%
JNI 49 1.339% 35 0.694% 48 0.192%
Loaded 3,660 100.000% 5,043 100.000% 25,019 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.709% 3,832 compilation units
Image heap 4.11MB 40.323% 59,275 objects, 0.00B for 52 resources
Other data 2.95MB 28.968%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.12s (4.221% of total time) in 489 GCs
Peak RSS 1012.01MB (6.329% of 15.61GB system memory)
CPU load 3.601 (90.031% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

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.35225)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,809 59.311% 1,684 45.587% 7,637 35.828%
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.920% 3,464 compilation units
Image heap 3.45MB 54.709% 48,654 objects, 108.00B for 1 resources
Other data 88.50KB 1.371%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.61s (3.104% of total time) in 117 GCs
Peak RSS 970.81MB (5.927% of 15.99GB system memory)
CPU load 3.169 (79.234% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,368 65.500% 3,808 40.101% 15,689 41.562%
Reflection 86 1.673% 36 0.379% 332 0.880%
JNI 62 1.206% 52 0.548% 52 0.138%
Loaded 5,142 100.000% 9,496 100.000% 37,748 100.000%

Image Details

Category Size in % Details
Code area 4.68MB 34.894% 9,031 compilation units
Image heap 8.31MB 62.041% 116,212 objects, 171.38KB for 4 resources
Other data 420.56KB 3.065%
Total 13.40MB 100.000%

Resource Usage

Garbage collection 2.42s (3.885% of total time) in 466 GCs
Peak RSS 1.02GB (6.356% of 15.99GB system memory)
CPU load 3.206 (80.159% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

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.182% 3,484 compilation units
Image heap 3.46MB 29.165% 48,941 objects, 108.00B for 1 resources
Debug info 5.33MB 44.903%
Other data 334.53KB 2.750%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.71s (3.682% of total time) in 241 GCs
Peak RSS 997.41MB (6.236% of 15.62GB system memory)
CPU load 3.574 (89.338% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

Java version 21.0.10+8-LTS Vendor version Oracle GraalVM 21.0.10+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,030 60.041% 1,896 44.918% 8,312 35.035%
Reflection 732 21.650% 37 0.877% 287 1.210%
JNI 49 1.449% 33 0.782% 48 0.202%
Loaded 3,381 100.000% 4,221 100.000% 23,725 100.000%

Image Details

Category Size in % Details
Code area 3.36MB 33.984% 3,837 compilation units
Image heap 3.64MB 36.847% 52,376 objects, 0.00B for 29 resources
Other data 2.88MB 29.169%
Total 9.89MB 100.000%

Resource Usage

Garbage collection 2.49s (5.910% of total time) in 377 GCs
Peak RSS 742.22MB (4.641% of 15.62GB system memory)
CPU load 3.618 (90.452% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

Java version 25.0.2+10-LTS Vendor version Oracle GraalVM 25.0.2+10.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.744% 1,840 36.486% 8,213 32.618%
Reflection 753 20.546% 35 0.694% 284 1.128%
JNI 49 1.337% 35 0.694% 48 0.191%
Loaded 3,665 100.000% 5,043 100.000% 25,179 100.000%

Image Details

Category Size in % Details
Code area 3.13MB 30.709% 3,832 compilation units
Image heap 4.11MB 40.320% 59,265 objects, 0.00B for 52 resources
Other data 2.95MB 28.971%
Total 10.18MB 100.000%

Resource Usage

Garbage collection 2.03s (4.205% of total time) in 446 GCs
Peak RSS 1.00GB (6.416% of 15.62GB system memory)
CPU load 3.651 (91.284% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

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.35225)
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.930% 3,464 compilation units
Image heap 3.45MB 54.709% 48,649 objects, 108.00B for 1 resources
Other data 87.88KB 1.361%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.71s (3.342% of total time) in 185 GCs
Peak RSS 931.64MB (5.688% of 15.99GB system memory)
CPU load 3.207 (80.164% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

Environment

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

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,368 65.640% 3,808 40.101% 15,689 41.737%
Reflection 86 1.676% 36 0.379% 334 0.889%
JNI 62 1.208% 52 0.548% 52 0.138%
Loaded 5,131 100.000% 9,496 100.000% 37,590 100.000%

Image Details

Category Size in % Details
Code area 4.68MB 34.894% 9,031 compilation units
Image heap 8.31MB 62.041% 116,206 objects, 171.38KB for 4 resources
Other data 420.59KB 3.066%
Total 13.40MB 100.000%

Resource Usage

Garbage collection 2.44s (3.827% of total time) in 419 GCs
Peak RSS 1020.08MB (6.228% of 15.99GB system memory)
CPU load 3.248 (81.193% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GraalVM Native Image Build Report

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

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.177% 3,484 compilation units
Image heap 3.46MB 29.169% 48,921 objects, 108.00B for 1 resources
Debug info 5.33MB 44.896%
Other data 335.42KB 2.758%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.87s (3.857% of total time) in 133 GCs
Peak RSS 1.11GB (7.131% of 15.62GB system memory)
CPU load 3.599 (89.971% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link
Copy Markdown
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 60c2672 into main Apr 2, 2026
203 checks passed
@fniephaus fniephaus deleted the dependabot/all-a4c36addb9 branch April 2, 2026 07:02
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