Skip to content

Bump gradle/actions from 4 to 6 - #2

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/gradle/actions-6
Closed

Bump gradle/actions from 4 to 6#2
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/gradle/actions-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps gradle/actions from 4 to 6.

Release notes

Sourced from gradle/actions's releases.

v6.0.0

[!IMPORTANT] The release of gradle/actions@v6 contains important changes to the license terms. More details in this blog post. TL;DR: By upgrading to v6, you accept the Terms of Use for the gradle-actions-caching component.

Summary

  • Caching functionality of 'gradle-actions' has been extracted into a separate gradle-actions-caching library, and is no longer open-source. See this blog post for more context.
  • 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
  • 50e97c2 Link to docs for caching providers
  • f2e6298 Restructure caching documentation for basic and enhanced providers (#934)
  • b294b1e Really fix integ-test-full
  • 83d3189 Revise license details for gradle-actions-caching
  • 1d5db06 Update license link for gradle-actions-caching component
  • 1c80961 Fix license link for Enhanced Caching component
  • 9e99920 Fix integ-test-full workflow
  • bb8aaaf Fix workflow permissions
  • f5dfb43 [bot] Update dist directory
  • ff9ae24 Add open-source 'basic' cache provider and revamp licensing documentation (#930)
  • 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)

7FM and others added 2 commits April 13, 2026 23:26
Cycling companion app that helps find train connections home during
one-way bike rides. Import GPX routes, discover stations along the path,
and get real-time connection info with cycling time and wait estimates.

- GPX route import with station precomputation
- "Take me home" decision view with ranked stations
- OpenStreetMap with offline tile download
- Connection details with intermediate stops
- Configurable transport types and wait time filters
- FOSS and Full build flavors (F-Droid compatible)
- Deutsche Bahn transit via public-transport-enabler

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v4...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 Apr 13, 2026
@7FM 7FM closed this Apr 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/gradle/actions-6 branch April 13, 2026 23:48
7FM added a commit that referenced this pull request Apr 18, 2026
Three UX fixes bundled:

1. Current-position marker gets a Google-Maps-style heading beam:
   a translucent blue triangle above the dot that points where the
   device is facing. The rotation-vector sensor drives the azimuth
   (2° threshold to avoid recomposition flooding), applied to the
   Marker with \`isFlat = true\` so it stays aligned with the
   user's real-world heading regardless of gestural map rotation.

2. The map composable no longer snaps to the full route extent
   when the user comes back from Take me home (or any other
   navigation). GpxitApp holds \`savedMapCenter\` / \`savedMapZoom\`
   state that survives the composable tear-down; the map restores
   from that on recreation and only falls back to the route-extent
   zoom when no saved viewport exists (fresh import). If the user
   picked a station in Take me home the dedicated
   \`zoomToStation\` path still fires, so that flow is unchanged.

3. Added \`onMapViewportSnapshot\` on OsmMapView so the polling
   loop pushes current center + zoom up to the app, feeding #2.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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