Skip to content

chore(deps): bump gradle/actions from 5 to 6#8052

Merged
akarnokd merged 1 commit into4.xfrom
dependabot/github_actions/gradle/actions-6
Mar 24, 2026
Merged

chore(deps): bump gradle/actions from 5 to 6#8052
akarnokd merged 1 commit into4.xfrom
dependabot/github_actions/gradle/actions-6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2026

Bumps gradle/actions from 5 to 6.

Release notes

Sourced from gradle/actions's releases.

v6.0.0

Summary

  • Caching functionality of 'gradle-actions' has been extracted into a separate gradle-actions-caching library, and is no longer open-source.
  • Existing, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in gradle-actions-caching.
  • Dependencies updated to address security vulnerabilities

[!IMPORTANT]

Licensing notice

The caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License. The bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at https://gradle.com/legal/terms-of-use/.

The `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.

Use of the `gradle-actions-caching` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/. If you do not agree to these license terms, do not use the `gradle-actions-caching` component.

What's Changed

Full Changelog: gradle/actions@v5.0.2...v6.0.0

v5.0.2

Summary

This release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.

What's Changed

... (truncated)

Commits
  • 0f45282 [bot] Update dist directory
  • 6c6dec0 Fix rendering of job-disabled message (#909)
  • dd0829a Add cache-disabled example to demo workflow
  • fd60153 [bot] Update dist directory
  • 9c9963b Dependency updates (#905)
  • 22c3ef2 Update known wrapper checksums
  • 51a7f13 Bump Gradle Wrapper from 9.4.0 to 9.4.1.
  • 2c1f556 Bump github/codeql-action in the github-actions group across 1 directory
  • d0745b9 Bump @​typescript-eslint/eslint-plugin
  • 8bfa39f Add instructions for claude
  • Additional commits viewable in compare view

Dependabot compatibility score

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gradle/actions](https://github.com/gradle/actions) from 5 to 6.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v5...v6)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 24, 2026
@github-actions
Copy link

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 4.586 bits/char
Verdict: ✅ Mid-4 beauty detected (thoughtful human code!)

Changed files entropy:

src/main/java/io/reactivex/rxjava4/annotations/SchedulerSupport.java: 4.903
src/main/java/io/reactivex/rxjava4/core/Completable.java: 4.833
src/main/java/io/reactivex/rxjava4/core/Flowable.java: 4.779
src/main/java/io/reactivex/rxjava4/core/Maybe.java: 4.839
src/main/java/io/reactivex/rxjava4/core/Observable.java: 4.758
src/main/java/io/reactivex/rxjava4/core/Scheduler.java: 4.551
src/main/java/io/reactivex/rxjava4/core/Single.java: 4.829
src/main/java/io/reactivex/rxjava4/internal/schedulers/CachedScheduler.java: 4.723
src/main/java/io/reactivex/rxjava4/internal/schedulers/ComputationScheduler.java: 4.709
src/main/java/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java: 3.994
src/main/java/io/reactivex/rxjava4/internal/schedulers/NewThreadScheduler.java: 5.077
src/main/java/io/reactivex/rxjava4/internal/schedulers/SchedulerPoolFactory.java: 4.795
src/main/java/io/reactivex/rxjava4/internal/schedulers/SingleScheduler.java: 4.602
src/main/java/io/reactivex/rxjava4/internal/virtual/FlowableVirtualCreateExecutor.java: 4.482
src/main/java/io/reactivex/rxjava4/internal/virtual/FlowableVirtualTransformExecutor.java: 4.167
src/main/java/io/reactivex/rxjava4/plugins/RxJavaPlugins.java: 4.640
src/main/java/io/reactivex/rxjava4/schedulers/Schedulers.java: 4.731
src/test/java/io/reactivex/rxjava4/core/SchedulerTest.java: 5.110
src/test/java/io/reactivex/rxjava4/core/XFlatMapTest.java: 4.220
src/test/java/io/reactivex/rxjava4/flowable/FlowableBackpressureTests.java: 4.505

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@akarnokd akarnokd merged commit de9fd55 into 4.x Mar 24, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/gradle/actions-6 branch March 24, 2026 05:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant