Skip to content

chore(deps): update redhat-actions/buildah-build action to v3#149

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/redhat-actions-buildah-build-3.x
Open

chore(deps): update redhat-actions/buildah-build action to v3#149
renovate[bot] wants to merge 1 commit into
developfrom
renovate/redhat-actions-buildah-build-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
redhat-actions/buildah-build action major v2v3

Release Notes

redhat-actions/buildah-build (redhat-actions/buildah-build)

v3.0.1

Compare Source

Bug Fixes
  • Fix container mode storage permission error: The buildah-image feature hardcoded the rootful storage path /var/lib/containers/storage, which fails with permission denied on rootless runners. The action now detects the host's actual storage root via podman info at runtime, with a fallback to the previous path. #​175
CI & Infrastructure
  • Add unit test suite using vitest and a test job in CI. #​175

v3.0.0

Compare Source

Breaking Changes
  • Node.js 24 runtime: The action now runs on the Node.js 24 runtime (runs.using: node24). GitHub Actions runners must support this runtime. #​154
  • Squash defaults to true: The squash input now defaults to true, matching common usage. Set squash: false to preserve intermediate layers. #​161
New Features
  • Annotations input: Add OCI annotations to images using the new annotations input. Separate multiple annotations by newline. Only supported by OCI images. #​161
  • Container mode (buildah-image input): 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. #​168
  • Podman fallback: When buildah is not installed on the runner, the action automatically falls back to using podman build for containerfile builds. Scratch builds still require buildah. #​169
  • Multiple ports: The port input now accepts multiple ports separated by newline. #​165
  • Parallel multi-arch builds: When building for multiple architectures, each architecture is now built in parallel for significantly faster builds. #​167
  • Architecture verification: After each multi-arch build, the action verifies the output image matches the expected architecture, catching misconfigured emulation early. #​166
  • Image digest output: The digest output now reliably returns the content digest of the built image. #​153, #​165
Bug Fixes
  • Fix empty entrypoint being set when the input is not provided. #​161
  • Fix containerfile path resolution to check both workspace and context directory. #​165
  • Fix digest retrieval using buildah images --format {{.Digest}} instead of buildah inspect which returned the wrong type. #​165
CI & Infrastructure
  • Modernize all CI workflows: upgrade to actions/checkout@v7, actions/setup-node@v7, ubuntu-24.04 runners. #​156
  • Add workflow permissions, concurrency groups, and path filters. #​156
  • Remove broken install_latest_buildah.sh script and simplify CI matrices. #​164
  • Remove defunct CRDA vulnerability scan workflow. #​170
  • Enable Dependabot for npm and GitHub Actions dependencies. #​156
  • Add CODEOWNERS, SECURITY.md. #​156
Dependency Updates
  • Upgrade TypeScript to 6.x. #​163
  • Upgrade ESLint to 10 with flat config. #​156
  • Upgrade @actions/core, @actions/exec, @actions/io to latest versions. #​150, #​156
  • Upgrade @types/node to v26. #​159
  • Upgrade redhat-actions/common to v2. #​158

v3

Compare Source

Breaking Changes
  • Node.js 24 runtime: The action now runs on the Node.js 24 runtime (runs.using: node24). GitHub Actions runners must support this runtime. #​154
  • Squash defaults to true: The squash input now defaults to true, matching common usage. Set squash: false to preserve intermediate layers. #​161
New Features
  • Annotations input: Add OCI annotations to images using the new annotations input. Separate multiple annotations by newline. Only supported by OCI images. #​161
  • Container mode (buildah-image input): 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. #​168
  • Podman fallback: When buildah is not installed on the runner, the action automatically falls back to using podman build for containerfile builds. Scratch builds still require buildah. #​169
  • Multiple ports: The port input now accepts multiple ports separated by newline. #​165
  • Parallel multi-arch builds: When building for multiple architectures, each architecture is now built in parallel for significantly faster builds. #​167
  • Architecture verification: After each multi-arch build, the action verifies the output image matches the expected architecture, catching misconfigured emulation early. #​166
  • Image digest output: The digest output now reliably returns the content digest of the built image. #​153, #​165
Bug Fixes
  • Fix empty entrypoint being set when the input is not provided. #​161
  • Fix containerfile path resolution to check both workspace and context directory. #​165
  • Fix digest retrieval using buildah images --format {{.Digest}} instead of buildah inspect which returned the wrong type. #​165
CI & Infrastructure
  • Modernize all CI workflows: upgrade to actions/checkout@v7, actions/setup-node@v7, ubuntu-24.04 runners. #​156
  • Add workflow permissions, concurrency groups, and path filters. #​156
  • Remove broken install_latest_buildah.sh script and simplify CI matrices. #​164
  • Remove defunct CRDA vulnerability scan workflow. #​170
  • Enable Dependabot for npm and GitHub Actions dependencies. #​156
  • Add CODEOWNERS, SECURITY.md. #​156
Dependency Updates
  • Upgrade TypeScript to 6.x. #​163
  • Upgrade ESLint to 10 with flat config. #​156
  • Upgrade @actions/core, @actions/exec, @actions/io to latest versions. #​150, #​156
  • Upgrade @types/node to v26. #​159
  • Upgrade redhat-actions/common to v2. #​158

v2.13

Compare Source

v2.12

Compare Source

  • Forcibly remove existing manifest before creating a new one. #​103

v2.11

Compare Source

v2.10

Compare Source

  • Make image and tag in lowercase, if found in uppercase. #​89
  • Add --tls-verify and extra-args input for buildah from command. #​92
  • Remove kubic packages from test workflows. #​93

v2.9

Compare Source

  • Add support for multiple archs and platforms.
  • Allow building image manifest if multi arch or platform is provided.

v2.8

Compare Source

v2.7

Compare Source

  • Add output image-with-tag which provides image name and its corresponding first tag present.
  • Replace input dockerfiles with containerfiles. Input dockerfiles will be present as alias of containerfiles.
  • Add matrix to install latest buildah. (Internal)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekday,every weekend"
  • Automerge
    • "after 10pm every weekday,before 7am every weekday,every weekend"

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 30062737644

Coverage remained the same at 96.514%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 346
Covered Lines: 338
Line Coverage: 97.69%
Relevant Branches: 113
Covered Branches: 105
Branch Coverage: 92.92%
Branches in Coverage %: Yes
Coverage Strength: 115.9 hits per line

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant