Skip to content

chore(deps): bump regclient/actions from 495560f7c3b510b71ff9f22d6c667c2c429b8e45 to 109c465fe01d2c5a6d0a9bb81df7e1b1981dda52#673

Merged
gmpinder merged 1 commit intomainfrom
dependabot/github_actions/regclient/actions-109c465fe01d2c5a6d0a9bb81df7e1b1981dda52
Jan 15, 2026
Merged

chore(deps): bump regclient/actions from 495560f7c3b510b71ff9f22d6c667c2c429b8e45 to 109c465fe01d2c5a6d0a9bb81df7e1b1981dda52#673
gmpinder merged 1 commit intomainfrom
dependabot/github_actions/regclient/actions-109c465fe01d2c5a6d0a9bb81df7e1b1981dda52

Conversation

@dependabot
Copy link
Contributor

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

Bumps regclient/actions from 495560f7c3b510b71ff9f22d6c667c2c429b8e45 to 109c465fe01d2c5a6d0a9bb81df7e1b1981dda52.

Changelog

Sourced from regclient/actions's changelog.

Release Notes

Release v0.1.0

  • Fix: Handle special characters in the inputs. (PR 20)
  • Feat: Support passing additional options to regctl registry login like --skip-check. (PR 20)
  • Chore: Pin cosign to v2. (PR 29)
  • Feat: Add installers for each regclient command. (PR 32)
  • Fix: Fixing installer for separate commands. (PR 34)
  • Feat: Add support for cosign v3 bundles. (PR 35)
  • Chore: Allow action to be manually tested. (PR 37)
  • Fix: Expand $HOME variable in default install directory. (PR 41)
  • Fix: Add the path to main releases. (PR 42)
  • Feat: Add a release workflow. (PR 44)

Contributors:

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 12, 2026
@dependabot dependabot bot requested a review from gmpinder as a code owner January 12, 2026 09:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 12, 2026
Bumps [regclient/actions](https://github.com/regclient/actions) from 495560f7c3b510b71ff9f22d6c667c2c429b8e45 to 109c465fe01d2c5a6d0a9bb81df7e1b1981dda52.
- [Release notes](https://github.com/regclient/actions/releases)
- [Changelog](https://github.com/regclient/actions/blob/main/RELEASE.md)
- [Commits](regclient/actions@495560f...495560f)

---
updated-dependencies:
- dependency-name: regclient/actions
  dependency-version: 495560f7c3b510b71ff9f22d6c667c2c429b8e45
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/regclient/actions-109c465fe01d2c5a6d0a9bb81df7e1b1981dda52 branch from 6d7f8de to 84e5452 Compare January 13, 2026 04:19
@gmpinder gmpinder merged commit 576aef8 into main Jan 15, 2026
27 of 29 checks passed
@gmpinder gmpinder deleted the dependabot/github_actions/regclient/actions-109c465fe01d2c5a6d0a9bb81df7e1b1981dda52 branch January 15, 2026 16:09
gmpinder pushed a commit that referenced this pull request Feb 3, 2026
…7c2c429b8e45 to 109c465fe01d2c5a6d0a9bb81df7e1b1981dda52 (#673)

Bumps [regclient/actions](https://github.com/regclient/actions) from
495560f7c3b510b71ff9f22d6c667c2c429b8e45 to
109c465fe01d2c5a6d0a9bb81df7e1b1981dda52.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/regclient/actions/blob/main/RELEASE.md">regclient/actions's
changelog</a>.</em></p>
<blockquote>
<h1>Release Notes</h1>
<h2>Release v0.1.0</h2>
<ul>
<li>Fix: Handle special characters in the inputs. (<a
href="https://redirect.github.com/regclient/actions/pull/20">PR
20</a>)</li>
<li>Feat: Support passing additional options to <code>regctl registry
login</code> like <code>--skip-check</code>. (<a
href="https://redirect.github.com/regclient/actions/pull/20">PR
20</a>)</li>
<li>Chore: Pin cosign to v2. (<a
href="https://redirect.github.com/regclient/actions/pull/29">PR
29</a>)</li>
<li>Feat: Add installers for each regclient command. (<a
href="https://redirect.github.com/regclient/actions/pull/32">PR
32</a>)</li>
<li>Fix: Fixing installer for separate commands. (<a
href="https://redirect.github.com/regclient/actions/pull/34">PR
34</a>)</li>
<li>Feat: Add support for cosign v3 bundles. (<a
href="https://redirect.github.com/regclient/actions/pull/35">PR
35</a>)</li>
<li>Chore: Allow action to be manually tested. (<a
href="https://redirect.github.com/regclient/actions/pull/37">PR
37</a>)</li>
<li>Fix: Expand $HOME variable in default install directory. (<a
href="https://redirect.github.com/regclient/actions/pull/41">PR
41</a>)</li>
<li>Fix: Add the path to main releases. (<a
href="https://redirect.github.com/regclient/actions/pull/42">PR
42</a>)</li>
<li>Feat: Add a release workflow. (<a
href="https://redirect.github.com/regclient/actions/pull/44">PR
44</a>)</li>
</ul>
<p>Contributors:</p>
<ul>
<li><a href="https://github.com/soult"><code>@​soult</code></a></li>
<li><a
href="https://github.com/sudo-bmitch"><code>@​sudo-bmitch</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/regclient/actions/compare/495560f7c3b510b71ff9f22d6c667c2c429b8e45...495560f7c3b510b71ff9f22d6c667c2c429b8e45">compare
view</a></li>
</ul>
</details>
<br />

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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