Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the github-actions group with 2 updates: actions/checkout and rlespinasse/github-slug-action.

Updates actions/checkout from 3 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: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

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

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@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 rlespinasse/github-slug-action from 4.4.1 to 5.3.0

Release notes

Sourced from rlespinasse/github-slug-action's releases.

v5.3.0

5.3.0 (2025-10-19)

Features

  • bump actions/github-script from 7 to 8 (#170) (ac4a3a2)

v5.2.0

5.2.0 (2025-07-29)

Features

  • bump super-linter/super-linter from 7 to 8 (#166) (c33ff65)

v5.1.0

5.1.0 (2025-03-11)

Features

  • bump actions/github-script from 6 to 7 (#157) (955b5ba)

v5.0.0

5.0.0 (2024-11-05)

Features

  • use GITHUB_REF_POINT as variable for the branch name (#149) (aba9f8d)

BREAKING CHANGES

  • Change the behavior of GITHUB_REF_NAME to match the default GitHub Action behavior,
  • Introduce GITHUB_REF_POINT as a replacement for GITHUB_REF_NAME to match this GitHub Action behavior in v4.

v4.5.0

4.5.0 (2024-04-30)

Features

... (truncated)

Commits
  • ac4a3a2 feat: bump actions/github-script from 7 to 8 (#170)
  • 6772bda docs: fix moved links (#168)
  • 846af0a build(deps): bump actions/checkout from 4 to 5 in the dependencies group (#167)
  • c33ff65 feat: bump super-linter/super-linter from 7 to 8 (#166)
  • 50025f7 docs(security): document the end of life of the v4.x branch (#165)
  • 8e1194b build: use codeowners file (#164)
  • fe13438 ci(linter): use super-linter/super-linter (#160)
  • 810e74b docs: improve README file (#159)
  • 26e0654 docs: update code of conduct (#158)
  • 955b5ba feat: bump actions/github-script from 6 to 7 (#157)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 20, 2025
run: dart pub get

- uses: rlespinasse/github-slug-action@v4.4.1
- uses: rlespinasse/github-slug-action@v5.3.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arnemolland should this just be @v5 or was there any reason you were targeting a particular release?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No reason not to update given that it doesn't break

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just wondering if we should use @v5 instead of @v5.3.0.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can approve it and then just change it to use v5.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me!

@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-aee840edac branch from 821f0ce to a5df229 Compare October 27, 2025 03:40
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [rlespinasse/github-slug-action](https://github.com/rlespinasse/github-slug-action).


Updates `actions/checkout` from 3 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v5)

Updates `rlespinasse/github-slug-action` from 4.4.1 to 5.3.0
- [Release notes](https://github.com/rlespinasse/github-slug-action/releases)
- [Commits](rlespinasse/github-slug-action@v4.4.1...v5.3.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: rlespinasse/github-slug-action
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-aee840edac branch from a5df229 to e6920c2 Compare November 3, 2025 03:37
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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.

3 participants