An open index of dependabot pull requests across open source projects.

ci: bump the github-actions group across 1 directory with 11 updates

Open
Number: #669
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 02, 2025 at 01:48 AM UTC
(about 2 months ago)
Updated: September 02, 2025 at 01:48 AM UTC
(about 2 months ago)
Labels:
dependencies github_actions
Description:

Bumps the github-actions group with 11 updates in the / directory:

Package From To
actions/checkout 4 5
crate-ci/typos 1.19.0 1.35.7
codecov/codecov-action 4 5
chromaui/action 10 13
google-github-actions/auth 2 3
google-github-actions/setup-gcloud 2 3
contributor-assistant/github-action 2.3.2 2.6.1
tj-actions/branch-names 8 9
toshimaru/auto-author-assign 2.1.0 2.1.1
aquasecurity/trivy-action 0.18.0 0.33.0
beatlabs/delete-old-branches-action 0.0.10 0.0.11

Updates actions/checkout from 4 to 5

Release notes

Sourced from actions/checkout's releases.

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: https://github.com/actions/checkout/compare/v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0

v4.2.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

... (truncated)

Commits

Updates crate-ci/typos from 1.19.0 to 1.35.7

Release notes

Sourced from crate-ci/typos's releases.

v1.35.7

[1.35.7] - 2025-08-29

Documentation

  • Expand PyPI metadata

v1.35.6

[1.35.6] - 2025-08-28

Fixes

  • Track go.mod as a golang file (regression from 1.13.21)

v1.35.5

[1.35.5] - 2025-08-18

Fixes

  • Fix typo in correction to accidently
  • Fix typo in correction to dynamincally
  • Fix typo in correction to interruptability
  • Fix typo in correction to interruptability
  • Fix typo in correction to messager
  • Fix typo in correction to preferables
  • Fix typo in correction to producibles
  • Fix typo in correction to restauranteur
  • Fix typo in correction to restauranteurs
  • Fix typo in correction to searialize
  • Fix typo in correction to somethin
  • Fix typo in correction to unaccessible
  • Fix typo in correction to unnesessarily

v1.35.4

[1.35.4] - 2025-08-12

Fixes

  • Fix typo in correction to exctracting

v1.35.3

[1.35.3] - 2025-08-08

Fixes

  • Don't correct ratatui in Rust files

v1.35.2

[1.35.2] - 2025-08-07

... (truncated)

Changelog

Sourced from crate-ci/typos's changelog.

[1.35.7] - 2025-08-29

Documentation

  • Expand PyPI metadata

[1.35.6] - 2025-08-28

Fixes

  • Track go.mod as a golang file (regression from 1.13.21)

[1.35.5] - 2025-08-18

Fixes

  • Fix typo in correction to accidently
  • Fix typo in correction to dynamincally
  • Fix typo in correction to interruptability
  • Fix typo in correction to interruptability
  • Fix typo in correction to messager
  • Fix typo in correction to preferables
  • Fix typo in correction to producibles
  • Fix typo in correction to restauranteur
  • Fix typo in correction to restauranteurs
  • Fix typo in correction to searialize
  • Fix typo in correction to somethin
  • Fix typo in correction to unaccessible
  • Fix typo in correction to unnesessarily

[1.35.4] - 2025-08-12

Fixes

  • Fix typo in correction to exctracting

[1.35.3] - 2025-08-08

Fixes

  • Don't correct ratatui in Rust files

[1.35.2] - 2025-08-07

Fixes

  • Don't correct unmarshaling

[1.35.1] - 2025-08-04

... (truncated)

Commits
  • 65f69f0 chore: Release
  • 89068b4 docs: Update changelog
  • ce10367 Merge pull request #1367 from Mr-Sunglasses/feat/pyproject
  • e2419ab feat: Add more metadata about the project for PyPi
  • 87d57f0 chore: Release
  • eceb802 chore: Don't change the screenshot
  • 8ccff0f docs: Update changelog
  • e7e8a1a Merge pull request #1365 from epage/go
  • ed669e8 fix: Revert "fix: ignore go.mod by default"
  • 9c80e63 Merge pull request #1362 from szepeviktor/szepeviktor-patch-1
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 4 to 5

Release notes

Sourced from codecov/codecov-action's releases.

v5.0.0

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING]
The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING] The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

... (truncated)

Commits

Updates chromaui/action from 10 to 13

Commits

Updates google-github-actions/auth from 2 to 3

Release notes

Sourced from google-github-actions/auth's releases.

v3.0.0

What's Changed

Full Changelog: https://github.com/google-github-actions/auth/compare/v2...v3.0.0

v2.1.13

What's Changed

Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.12...v2.1.13

v2.1.12

What's Changed

Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.11...v2.1.12

v2.1.11

What's Changed

Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.10...v2.1.11

v2.1.10

What's Changed

Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.9...v2.1.10

v2.1.9

What's Changed

... (truncated)

Commits

Updates google-github-actions/setup-gcloud from 2 to 3

Release notes

Sourced from google-github-actions/setup-gcloud's releases.

v3

Floating v3 tag

v2.2.1

What's Changed

Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v2...v2.2.1

v2.2.0

What's Changed

Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v2.1.5...v2.2.0

v2.1.5

What's Changed

Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v2.1.4...v2.1.5

v2.1.4

What's Changed

Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v2.1.3...v2.1.4

v2.1.3

What's Changed

Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v2...v2.1.3

v2.1.2

What's Changed

... (truncated)

Commits

Updates contributor-assistant/github-action from 2.3.2 to 2.6.1

Release notes

Sourced from contributor-assistant/github-action's releases.

v2.6.1

What's Changed

Full Changelog: https://github.com/contributor-assistant/github-action/compare/v2.6.0...v2.6.1

v2.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/contributor-assistant/github-action/compare/v2.5.2...v2.6.0

v2.5.2

What's Changed

New Contributors

Full Changelog: https://github.com/contributor-assistant/github-action/compare/v2.5.1...v2.5.2

v2.5.1

What's Changed

Full Changelog: https://github.com/contributor-assistant/github-action/compare/v2.5.0...v2.5.1

v2.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/contributor-assistant/github-action/compare/v2.4.0...v2.5.0

v2.4.0

What's Changed

New Contributors

... (truncated)

Commits
  • ca4a40a Update README.md
  • 5110cc4 docs(contributor): contrib-readme-action has updated readme
  • ec9e083 Merge pull request #163 from kingthorin/recheck-cond-fix
  • 0230ea8 consistent space placement
  • 5160ea2 Move bot signature outside of recheck text
  • 0fb6942 Update README.md
  • b1522fa docs(contributor): contrib-readme-action has updated readme
  • d755a68 Merge pull request #158 from kingthorin/recheck-param
  • ca58bcf Built
  • fdca7a0 Update README.md
  • Additional commits viewable in compare view

Updates tj-actions/branch-names from 8 to 9

Release notes

Sourced from tj-actions/branch-names's releases.

v9

Changes in v9.0.2

What's Changed

Full Changelog: https://github.com/tj-actions/branch-names/compare/v9...v9.0.2


Changes in v9.0.1

What's Changed

Full Changelog: https://github.com/tj-actions/branch-names/compare/v9.0.0...v9.0.1


Changes in v9.0.0

What's Changed

Full Changelog: https://github.com/tj-actions/branch-names/compare/v8...v9.0.0


v8.2.1

What's Changed

Full Changelog: https://github.com/tj-actions/branch-names/compare/v8.2.0...v8.2.1

v8.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/tj-actions/branch-names/compare/v8...v8.2.0

... (truncated)

ChangelogDescription has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
10
Additions:
+45
Deletions:
-45
Package Dependencies
Ecosystem:
actions
Version Change:
4 → 5
Ecosystem:
actions
Version Change:
2 → 3
Ecosystem:
actions
Version Change:
4 → 5
Ecosystem:
actions
Version Change:
0.18.0 → 0.33.0
Update Type:
Minor
Ecosystem:
actions
Version Change:
10 → 13
Ecosystem:
actions
Version Change:
1.19.0 → 1.35.7
Update Type:
Minor
Ecosystem:
actions
Version Change:
2 → 3
Ecosystem:
actions
Version Change:
2.3.2 → 2.6.1
Update Type:
Minor
Ecosystem:
actions
Version Change:
8 → 9
Ecosystem:
actions
Version Change:
0.0.10 → 0.0.11
Update Type:
Patch
Ecosystem:
actions
Version Change:
2.1.0 → 2.1.1
Update Type:
Patch
Technical Details
ID: 6487905
UUID: 2791027736
Node ID: PR_kwDOLmBl1M6mW7QY
Host: GitHub
Repository: Txim0520/https-github.com-coder-coder
Merge State: Unknown