Skip to content

fix(deps): update all dependencies j:cdx-227 (major)#180

Open
renovate-coveo[bot] wants to merge 1 commit intomainfrom
renovate/major-all
Open

fix(deps): update all dependencies j:cdx-227 (major)#180
renovate-coveo[bot] wants to merge 1 commit intomainfrom
renovate/major-all

Conversation

@renovate-coveo
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Oct 20, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@actions/core (source) ^1.10.0^3.0.0 age adoption passing confidence devDependencies major
@commitlint/config-conventional (source) 19.8.120.4.4 age adoption passing confidence devDependencies major 20.5.0
@octokit/auth-app ^7.0.0^8.0.0 age adoption passing confidence devDependencies major
actions/checkout v4.3.0v6.0.2 age adoption passing confidence action major
actions/checkout v4v6 age adoption passing confidence action major
actions/setup-java v4.7.1v5.2.0 age adoption passing confidence action major
actions/setup-node v4.4.0v6.3.0 age adoption passing confidence action major
actions/upload-artifact v4.6.2v7.0.0 age adoption passing confidence action major
com.diffplug.spotless:spotless-maven-plugin 2.46.13.4.0 age adoption passing confidence build major
io.github.resilience4j:resilience4j-retry (source) 1.7.12.4.0 age adoption passing confidence compile major

Release Notes

actions/toolkit (@​actions/core)

v3.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()

v2.0.3

  • Bump @actions/http-client to 3.0.2

v2.0.1

v2.0.0

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.4.4

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/config-conventional

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-conventional

octokit/auth-app.js (@​octokit/auth-app)

v8.2.0

Compare Source

Features
  • handling exp is too far in the future (#​699) (6201580)
  • Add enterprise installation route to JWT-authenticated routes (#​736) (5b218af)

v8.1.2

Compare Source

Bug Fixes

v8.1.1

Compare Source

Bug Fixes

v8.1.0

Compare Source

Features
  • support using a remote HSM or JWT signing service in lieu of private keys (#​712) (ef7a95d)

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v18

  • build: set minimal node version in build script to v20

  • ci: stop testing against NodeJS v18

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.3.1

Compare Source

actions/setup-java (actions/setup-java)

v5.2.0

Compare Source

What's Changed
Enhancement
Documentation Changes
Dependency Updates
New Contributors

Full Changelog: actions/setup-java@v5...v5.2.0

v5.1.0

Compare Source

What's Changed
New Features
Bug Fixes & Improvements
Documentation changes
Dependency updates
New Contributors

Full Changelog: actions/setup-java@v5...v5.1.0

v5.0.0

Compare Source

What's Changed
Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Upgrades
Bug Fixes
New Contributors

Full Changelog: actions/setup-java@v4...v5.0.0

v4.8.0

Compare Source

What's Changed

Full Changelog: actions/setup-java@v4...v4.8.0

actions/setup-node (actions/setup-node)

v6.3.0

Compare Source

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

v6.2.0

Compare Source

What's Changed

Documentation
Dependency updates:

New Contributors

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

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

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

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

Compare Source

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

actions/upload-artifact (actions/upload-artifact)

v7.0.0

Compare Source

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

v6.0.0

Compare Source

v6 - What's new

[!IMPORTANT]
actions/upload-artifact@​v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

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

v5.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

diffplug/spotless (com.diffplug.spotless:spotless-maven-plugin)

v3.3.0

Added
  • Allow specifying path to Biome JSON config file directly in biome step. Requires biome 2.x. (#​2548)
  • GitPrePushHookInstaller, a reusable library component for installing a Git pre-push hook that runs formatter checks. (#​2553)
  • Allow setting Eclipse XML config from a string, not only from files (#​2361)

v3.2.0

Added
  • Support for idea (#​2020, #​2535)
  • Add support for removing wildcard imports via removeWildcardImports step. (#​2517)
  • scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#​2460)
Fixed
  • SortPom disable expandEmptyElements, to avoid empty body warnings. (#​2520)
  • Fix biome formatter for new major release 2.x of biome (#​2537)
  • Make sure npm-based formatters use the correct node_modules directory when running in parallel. (#​2542)
Changed
  • Bump internal dependencies for npm-based formatters (#​2542)

v3.1.0

Added
  • Support forclang-format on maven-plugin (#​2406)
  • Allow overriding classLoader for all JarStates to enable spotless-cli (#​2427)

v3.0.0

[3.0.0] - 2025-01-06

resilience4j/resilience4j (io.github.resilience4j:resilience4j-retry)

v2.4.0

Compare Source

What's Changed

New Contributors


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/Toronto, Automerge - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Toronto.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-coveo renovate-coveo bot requested a review from a team as a code owner October 20, 2025 07:01
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch 2 times, most recently from ed5e53d to f58cb8f Compare November 5, 2025 18:43
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch 3 times, most recently from 2f1ae16 to 19ad802 Compare November 20, 2025 21:53
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch 2 times, most recently from ffb0eae to af38597 Compare December 2, 2025 17:23
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch 4 times, most recently from cbfa967 to ea12be0 Compare December 12, 2025 05:20
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch 2 times, most recently from 52d407d to b4cb2df Compare December 19, 2025 18:28
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch 2 times, most recently from 45017ce to 589899f Compare January 9, 2026 21:22
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch 2 times, most recently from bfc0621 to 259b605 Compare January 22, 2026 03:27
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch 4 times, most recently from 1f56f64 to b7e6cb1 Compare January 29, 2026 03:01
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch 3 times, most recently from c1ebaad to 353d738 Compare February 9, 2026 12:31
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch 3 times, most recently from dfda0af to bf161ba Compare March 4, 2026 21:09
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch 3 times, most recently from fe395ac to 5b2b298 Compare March 16, 2026 00:03
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch from 5b2b298 to 62a34c4 Compare March 18, 2026 18:01
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch from 62a34c4 to dbb262d Compare March 19, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants