Skip to content

Bump the github-actions group with 7 updates#521

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-e98c822cc6
Open

Bump the github-actions group with 7 updates#521
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-e98c822cc6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown

Bumps the github-actions group with 7 updates:

Package From To
actions/checkout 4 6
aquasecurity/trivy-action 0.35.0 0.36.0
bcgov/action-get-pr 0.1.1 0.3.0
shrink/actions-docker-registry-tag 4 5
actions/setup-dotnet 5.0.0 5.3.0
softprops/action-gh-release 2 3
bcgov/action-builder-ghcr 4.2.1 4.4.1

Updates actions/checkout from 4 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Commits
  • df4cb1c Update changelog for v6.0.3 (#2446)
  • 1cce339 Fix checkout init for SHA-256 repositories (#2439)
  • 900f221 fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)
  • 0c366fd Update changelog (#2357)
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • 8e8c483 Clarify v6 README (#2328)
  • 033fa0d Add worktree support for persist-credentials includeIf (#2327)
  • c2d88d3 Update all references from v5 and v4 to v6 (#2314)
  • 1af3b93 update readme/changelog for v6 (#2311)
  • Additional commits viewable in compare view

Updates aquasecurity/trivy-action from 0.35.0 to 0.36.0

Release notes

Sourced from aquasecurity/trivy-action's releases.

v0.36.0

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@v0.35.0...v0.36.0

Commits
  • ed142fd chore: update action version to v0.36.0 in examples (#563)
  • dea62cf chore(deps): Update trivy to v0.70.0 (#559)
  • 128d9a8 chore: use GitHub Actions as git commit author in bump-trivy workflow (#561)
  • 876cf04 Upgrade Trivy action version from 0.33.1 to 0.35.0 fixes #549 (#548)
  • dada784 Fix typo in GOOGLE_APPLICATION_CREDENTIALS env var name (#547)
  • 4a2deec fix: use portable shebang in entrypoint.sh (#545)
  • 1994662 chore(deps): bump the actions group with 5 updates (#558)
  • 6b36659 chore: add zizmor config (#557)
  • 316aa5a ci: add dependabot config (#556)
  • 264c9c5 test: use pinned digests for trivy-db, trivy-java-db and trivy-checks (#555)
  • Additional commits viewable in compare view

Updates bcgov/action-get-pr from 0.1.1 to 0.3.0

Release notes

Sourced from bcgov/action-get-pr's releases.

v0.3.0

What's Changed

Full Changelog: bcgov/action-get-pr@v0.2.0...v0.3.0

v0.2.1

What's Changed

Full Changelog: bcgov/action-get-pr@v0.1.1...v0.2.1

v0.2.0

What's Changed

Full Changelog: bcgov/action-get-pr@v0.1.1...v0.2.0

Commits
  • 3931962 feat: 3-tier permission cascade for PR resolution (#41)
  • ec2d69c refactor: replace bash script with javascript (#40)
  • 8f9a16a fix(inputs): switch optional input to github_token (#39)
  • bf6c85d fix: git history fallback for push events, improve PR extraction (#38)
  • 1faf651 feat: support private repos (#37)
  • See full diff in compare view

Updates shrink/actions-docker-registry-tag from 4 to 5

Release notes

Sourced from shrink/actions-docker-registry-tag's releases.

v5

What's Changed

Full Changelog: shrink/actions-docker-registry-tag@v4...v5

Commits
  • e6aaef2 build: Package action as dist with latest changes
  • 171270c Merge remote-tracking branch 'origin/main' into release
  • 6ef59ca feat: Update to node24 (#38)
  • 0e93e05 Merge remote-tracking branch 'origin/main' into release
  • 4ac5811 ci: Update to latest ubuntu (#36)
  • See full diff in compare view

Updates actions/setup-dotnet from 5.0.0 to 5.3.0

Release notes

Sourced from actions/setup-dotnet's releases.

v5.3.0

What's Changed

Enhancements

Dependency Updates

Bug Fixes

New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.3.0

v5.2.0

What's changed

Enhancements

Dependency Updates

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

v5.1.0

What's Changed

Documentation

Dependency updates

... (truncated)

Commits
  • 9a946fd Add rollForward note in README, improve proxy health check in e2e tests and b...
  • 98af08b Support global.json's rollForward latest* variants (#538)
  • 8404272 Update install scripts to v2026.05.19 (#736)
  • f1970f5 Don't download releases-index.json to resolve major version (#560)
  • af9211b Add dotnet-version: latest support with dotnet-channel input (#730)
  • df991ae chore: bump @actions/* and fast-xml-parser dependencies (#728)
  • a66eefa CI: remove manual PowerShell install from test-proxy job (e2e-tests.yml) (#703)
  • c2fa09f Bump minimatch from 3.1.2 to 3.1.5 (#705)
  • 02574b1 Add support for optional architecture input for cross-architecture .NET insta...
  • 16c7b3c Bump fast-xml-parser from 4.4.1 to 5.3.6 (#671)
  • Additional commits viewable in compare view

Updates softprops/action-gh-release from 2 to 3

Release notes

Sourced from softprops/action-gh-release's releases.

v3.0.0

3.0.0 is a major release that moves the action runtime from Node 20 to Node 24. Use v3 on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on v2.6.2.

What's Changed

Other Changes 🔄

  • Move the action runtime and bundle target to Node 24
  • Update @types/node to the Node 24 line and allow future Dependabot updates
  • Keep the floating major tag on v3; v2 remains pinned to the latest 2.x release

v2.6.2

What's Changed

Other Changes 🔄

Full Changelog: softprops/action-gh-release@v2...v2.6.2

v2.6.1

2.6.1 is a patch release focused on restoring linked discussion thread creation when discussion_category_name is set. It fixes [#764](https://github.com/softprops/action-gh-release/issues/764), where the draft-first publish flow stopped carrying the discussion category through the final publish step.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

Bug fixes 🐛

v2.6.0

2.6.0 is a minor release centered on previous_tag support for generate_release_notes, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, a working_directory docs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

... (truncated)

Changelog

Sourced from softprops/action-gh-release's changelog.

0.1.13

  • fix issue with multiple runs concatenating release bodies #145
Commits

Updates bcgov/action-builder-ghcr from 4.2.1 to 4.4.1

Release notes

Sourced from bcgov/action-builder-ghcr's releases.

v4.4.1

What's Changed

Full Changelog: bcgov/action-builder-ghcr@v4.4.0...v4.4.1

v4.4.0

What's Changed

Full Changelog: bcgov/action-builder-ghcr@v4.3.0...v4.4.0

v4.3.0

What's Changed

Full Changelog: bcgov/action-builder-ghcr@v4.2.1...v4.3.0

Commits
  • cb26293 fix(inputs): switch optional input to github_token (#168)
  • de3d575 feat: least privilege token handline (#167)
  • 0a1ea2f chore(ci): pr-validate.yml (#166)
  • 13ae12f feat: add registry_host and image_path outputs (#165)
  • d85d844 feat: Stable Immutable Digest Resolution (#164)
  • bc1d9c0 fix(ci): remove pull_request_target (#163)
  • 05209ea feat: support private repositories (#160)
  • fe69125 fix: Use vars step for lowercase (action syntax) (#156)
  • 6dd637b feat: registry caching for branch-agnostic cache sharing (#154)
  • 9958265 Enable rich metadata labels by default (#145)
  • Additional commits viewable in compare view

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Thanks for the PR!

After merge, new images are deployed and promoted to DEV:

Bumps the github-actions group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `6` |
| [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.35.0` | `0.36.0` |
| [bcgov/action-get-pr](https://github.com/bcgov/action-get-pr) | `0.1.1` | `0.3.0` |
| [shrink/actions-docker-registry-tag](https://github.com/shrink/actions-docker-registry-tag) | `4` | `5` |
| [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `5.0.0` | `5.3.0` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2` | `3` |
| [bcgov/action-builder-ghcr](https://github.com/bcgov/action-builder-ghcr) | `4.2.1` | `4.4.1` |


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4...v6)

Updates `aquasecurity/trivy-action` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@57a97c7...ed142fd)

Updates `bcgov/action-get-pr` from 0.1.1 to 0.3.0
- [Release notes](https://github.com/bcgov/action-get-pr/releases)
- [Commits](bcgov/action-get-pr@v0.1.1...3931962)

Updates `shrink/actions-docker-registry-tag` from 4 to 5
- [Release notes](https://github.com/shrink/actions-docker-registry-tag/releases)
- [Commits](shrink/actions-docker-registry-tag@v4...v5)

Updates `actions/setup-dotnet` from 5.0.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@d4c9434...9a946fd)

Updates `softprops/action-gh-release` from 2 to 3
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v2...v3)

Updates `bcgov/action-builder-ghcr` from 4.2.1 to 4.4.1
- [Release notes](https://github.com/bcgov/action-builder-ghcr/releases)
- [Commits](bcgov/action-builder-ghcr@2b24ac7...cb26293)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: aquasecurity/trivy-action
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: bcgov/action-get-pr
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: shrink/actions-docker-registry-tag
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-dotnet
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: bcgov/action-builder-ghcr
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 9, 2026
@sonarqubecloud

sonarqubecloud Bot commented Jun 9, 2026

Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants