Skip to content

Bump redhat-actions/push-to-registry from 2 to 3 - #16

Merged
irunatbullets merged 1 commit into
mainfrom
dependabot/github_actions/redhat-actions/push-to-registry-3
Jul 28, 2026
Merged

Bump redhat-actions/push-to-registry from 2 to 3#16
irunatbullets merged 1 commit into
mainfrom
dependabot/github_actions/redhat-actions/push-to-registry-3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps redhat-actions/push-to-registry from 2 to 3.

Release notes

Sourced from redhat-actions/push-to-registry's releases.

v3.0.0

Breaking Changes

  • Upgrade action runtime from Node 20 to Node 24. #113
  • Tags are no longer lowercased. Per the OCI distribution spec, only image names and registries are normalized to lowercase; tag case is now preserved. #112, #121

Features

  • Add Sigstore signing support via sigstore-private-key and sign-passphrase inputs. #120
  • Add podman-args input for global podman flags (e.g. --storage-driver=vfs) that apply to all podman invocations, not just push. #102, #121
  • Add remote input for podman remote mode (--remote). When enabled, Docker image storage checks are skipped. #95, #122

Bug Fixes

  • Prefix unqualified source images with localhost/ when pushing to prevent podman from resolving to remote registries. #66, #121
  • Fix default tag fallback when tags input is empty. #109
  • Fix registry input not being lowercased for OCI compliance. #110
  • Fix deprecated fs.rmdir usage, replace with fs.rm. #113

Dependency Updates

  • Upgrade @actions/core 1.x to 3.x, @actions/exec 1.x to 3.x, @actions/io 1.x to 3.x. #113
  • Upgrade TypeScript 5.3 to 6.0, migrate ESLint 8 to 10 with flat config. #113
  • Bump ini from 5.0.0 to 7.0.0. #118

CI & Infrastructure

  • Modernize all CI workflows: ubuntu-24.04, latest action versions, permissions, concurrency groups. #114
  • Enable secret scanning, push protection, and Dependabot. #114
  • Replace archived link checker with maintained fork. Remove defunct CRDA workflow. #123

Documentation

  • Add Required Permissions section, multi-line tag docs, qemu guidance, and podman remote docs to README.

Full Changelog: redhat-actions/push-to-registry@v2...v3.0.0

Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Update action to run on Node16

v2.7

v2.6

No release notes provided.

v2.5.1

No release notes provided.

Image manifest support

  • Allow pushing image manifest.

v2.4.1

No release notes provided.

Allow fully qualified image names in 'tags' input

... (truncated)

Changelog

Sourced from redhat-actions/push-to-registry's changelog.

push-to-registry Changelog

v3.0.0

Breaking Changes

  • Upgrade action runtime from Node 20 to Node 24. #113
  • Tags are no longer lowercased. Per the OCI distribution spec, only image names and registries are normalized to lowercase; tag case is now preserved. #112, #121

Features

  • Add Sigstore signing support via sigstore-private-key and sign-passphrase inputs. #120
  • Add podman-args input for global podman flags (e.g. --storage-driver=vfs) that apply to all podman invocations, not just push. #102, #121
  • Add remote input for podman remote mode (--remote). When enabled, Docker image storage checks are skipped. #95, #122

Bug Fixes

  • Prefix unqualified source images with localhost/ when pushing to prevent podman from resolving to remote registries. #66, #121
  • Fix default tag fallback when tags input is empty. #109
  • Fix registry input not being lowercased for OCI compliance. #110
  • Fix deprecated fs.rmdir usage, replace with fs.rm. #113
  • Fix typo in createDockerPodmanImageStorage function name. #113

Dependency Updates

  • Upgrade @actions/core from 1.x to 3.x. #113
  • Upgrade @actions/exec from 1.x to 3.x. #113
  • Upgrade @actions/io from 1.x to 3.x. #113
  • Upgrade TypeScript from 5.3 to 6.0. #113
  • Migrate ESLint from v8 to v10 with flat config. #113
  • Bump ini from 5.0.0 to 7.0.0. #118

CI & Infrastructure

  • Modernize all CI workflows: update to ubuntu-24.04, latest action versions, add permissions and concurrency groups. #114
  • Enable secret scanning and push protection. #114
  • Add Dependabot configuration for npm and GitHub Actions. #114
  • Add CODEOWNERS and SECURITY.md. #114

Documentation

  • Add Required Permissions section to README. #107, #121
  • Document multi-line tag support using YAML pipe syntax. #101, #121
  • Add qemu version guidance for multi-arch manifest builds. #85, #121
  • Document podman remote mode usage. #122

v2.8

v2.7.1

  • Don't add docker.io prefix to ECR images. #69

v2.7

v2.6

... (truncated)

Commits

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 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 [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry) from 2 to 3.
- [Release notes](https://github.com/redhat-actions/push-to-registry/releases)
- [Changelog](https://github.com/redhat-actions/push-to-registry/blob/main/CHANGELOG.md)
- [Commits](redhat-actions/push-to-registry@v2...v3)

---
updated-dependencies:
- dependency-name: redhat-actions/push-to-registry
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jul 26, 2026
@irunatbullets
irunatbullets merged commit d1f1551 into main Jul 28, 2026
3 checks passed
@irunatbullets
irunatbullets deleted the dependabot/github_actions/redhat-actions/push-to-registry-3 branch July 28, 2026 14:19
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