chore(deps): update redhat-actions/buildah-build action to v3#27
Open
Leaced wants to merge 1 commit into
Open
Conversation
Leaced
force-pushed
the
renovate/redhat-actions-buildah-build-3.x
branch
from
July 24, 2026 14:01
e1278bc to
c4fc91f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.13→v3.0.1Release Notes
redhat-actions/buildah-build (redhat-actions/buildah-build)
v3.0.1Compare Source
Bug Fixes
buildah-imagefeature hardcoded the rootful storage path/var/lib/containers/storage, which fails withpermission deniedon rootless runners. The action now detects the host's actual storage root viapodman infoat runtime, with a fallback to the previous path. #175CI & Infrastructure
v3.0.0Compare Source
Breaking Changes
runs.using: node24). GitHub Actions runners must support this runtime. #154squashinput now defaults totrue, matching common usage. Setsquash: falseto preserve intermediate layers. #161New Features
annotationsinput. Separate multiple annotations by newline. Only supported by OCI images. #161buildah-imageinput): Run buildah from a container image instead of the host-installed version. Useful for getting a newer buildah than what the runner provides. For example,buildah-image: quay.io/buildah/stable. #168podman buildfor containerfile builds. Scratch builds still require buildah. #169portinput now accepts multiple ports separated by newline. #165digestoutput now reliably returns the content digest of the built image. #153, #165Bug Fixes
buildah images --format {{.Digest}}instead ofbuildah inspectwhich returned the wrong type. #165CI & Infrastructure
actions/checkout@v7,actions/setup-node@v7,ubuntu-24.04runners. #156install_latest_buildah.shscript and simplify CI matrices. #164Dependency Updates
@actions/core,@actions/exec,@actions/ioto latest versions. #150, #156@types/nodeto v26. #159redhat-actions/commonto v2. #158v3Compare Source
Bug Fixes
buildah-imagefeature hardcoded the rootful storage path/var/lib/containers/storage, which fails withpermission deniedon rootless runners. The action now detects the host's actual storage root viapodman infoat runtime, with a fallback to the previous path. #175CI & Infrastructure
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.