Skip to content

gh-actions: bump actions/checkout from 6.0.1 to 6.0.2#535

Merged
kvendingoldo merged 1 commit intomainfrom
dependabot/github_actions/actions/checkout-6.0.2
Jan 25, 2026
Merged

gh-actions: bump actions/checkout from 6.0.1 to 6.0.2#535
kvendingoldo merged 1 commit intomainfrom
dependabot/github_actions/actions/checkout-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps actions/checkout from 6.0.1 to 6.0.2.

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

Commits
  • 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 (...
  • See full diff 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 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 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 [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jan 23, 2026
@kvendingoldo kvendingoldo merged commit 4c3488a into main Jan 25, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/actions/checkout-6.0.2 branch January 25, 2026 18:09
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 15, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tofuutils/tenv](https://github.com/tofuutils/tenv) | patch | `v4.9.1` → `v4.9.3` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>tofuutils/tenv (tofuutils/tenv)</summary>

### [`v4.9.3`](https://github.com/tofuutils/tenv/releases/tag/v4.9.3)

[Compare Source](tofuutils/tenv@v4.9.2...v4.9.3)

#### Changelog

- [`c35ca9b`](tofuutils/tenv@c35ca9b) Merge pull request [#&#8203;539](tofuutils/tenv#539) from railgun-0402/feat/no-fallback-detect
- [`88228d6`](tofuutils/tenv@88228d6) chore: trigger CI
- [`8f6d842`](tofuutils/tenv@8f6d842) feat(detect): add --no-fallback option

### [`v4.9.2`](https://github.com/tofuutils/tenv/releases/tag/v4.9.2)

[Compare Source](tofuutils/tenv@v4.9.1...v4.9.2)

#### Changelog

- [`5af2b17`](tofuutils/tenv@5af2b17) Merge pull request [#&#8203;542](tofuutils/tenv#542) from pcjedi/patch-2
- [`0098502`](tofuutils/tenv@0098502) chore: bump alpine from 3.20 to 3.23
- [`439d860`](tofuutils/tenv@439d860) Merge pull request [#&#8203;538](tofuutils/tenv#538) from tofuutils/dependabot/github\_actions/docker/login-action-3.7.0
- [`9006535`](tofuutils/tenv@9006535) gh-actions: bump docker/login-action from 3.6.0 to 3.7.0
- [`e76e7a8`](tofuutils/tenv@e76e7a8) Merge pull request [#&#8203;533](tofuutils/tenv#533) from tofuutils/dependabot/github\_actions/actions/setup-go-6.2.0
- [`cf3b354`](tofuutils/tenv@cf3b354) gh-actions: bump actions/setup-go from 6.1.0 to 6.2.0
- [`4f0da9d`](tofuutils/tenv@4f0da9d) Merge pull request [#&#8203;531](tofuutils/tenv#531) from tofuutils/dependabot/go\_modules/github.com/BurntSushi/toml-1.6.0
- [`4c3488a`](tofuutils/tenv@4c3488a) Merge pull request [#&#8203;535](tofuutils/tenv#535) from tofuutils/dependabot/github\_actions/actions/checkout-6.0.2
- [`33e5088`](tofuutils/tenv@33e5088) fix: readme bundle
- [`c21950b`](tofuutils/tenv@c21950b) gh-actions: bump actions/checkout from 6.0.1 to 6.0.2
- [`2fc928f`](tofuutils/tenv@2fc928f) go: bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDMuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
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