Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the github-actions group with 2 updates: actions/checkout and Justintime50/homebrew-releaser.

Updates actions/checkout from 4 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

Updates Justintime50/homebrew-releaser from 1 to 3

Release notes

Sourced from Justintime50/homebrew-releaser's releases.

v3.0.0

  • Completely overhauls the Docker image
    • Pre-builds the image and references instead of rebuilding on each run. This leads to faster releasing runs (~30s-60s down from ~120s-200s), much smaller image size (~500mb down from ~1.5gb), and better control and maintainability
    • Switches from official Brew image to stable debian
      • Installs Homebrew manually
      • Installs Python from Homebrew
  • Bumps Python from v3.13 to v3.14
  • Bump Homebrew from v4 to v5
  • No longer uses /tmp, stores everything in /app (except the Homebrew cache dir)
  • Always runs brew tap on your tap (needed for brew update-python-resources, also serves as a pre-run validation)
  • Prints Homebrew version in output
  • Bumps dependencies

v3.0.0-rc2

  • Update Docker image action reference
Changelog

Sourced from Justintime50/homebrew-releaser's changelog.

v3.1.0 (2025-12-26)

  • Adds skip_checksum parameter which skips uploading the checksum file for all release assets to the latest release. Useful if you generate your own checksums or already had a checksum file since we cannot overwrite an existing checksum file without deleting the previous one
  • Changes order of git push and checksum upload operations essentially making any checksum upload failures decoupled from the ability to actually release. Any failures with checksum upload will occur after formula update pushes
  • Creates formula folder if it doesn't exist yet
  • Fixes the formula dir path (regression introduced in v3.0.1, closes #67)

v3.0.1 (2025-12-20)

  • Fixes incorrect path when copying generated formula back into tap

v3.0.0 (2025-12-08)

  • Completely overhauls the Docker image
    • Pre-builds the image and references instead of rebuilding on each run. This leads to faster releasing runs (~30s-60s down from ~120s-200s), much smaller image size (~500mb down from ~1.5gb), and better control and maintainability
    • Switches from official Brew image to stable debian
      • Installs Homebrew manually
      • Installs Python from Homebrew
  • Bumps Python from v3.13 to v3.14
  • Bump Homebrew from v4 to v5
  • No longer uses /tmp, stores everything in /app (except the Homebrew cache dir)
  • Always runs brew tap on your tap (needed for brew update-python-resources, also serves as a pre-run validation)
  • Prints Homebrew version in output
  • Bumps dependencies

v3.0.0-rc2 (2025-12-07)

  • Update Docker image action reference

v3.0.0-rc1 (2025-12-07)

  • See v3.0.0 for release notes

v2.2.1 (2025-12-01)

  • Corrects the order and punctuation of various log messages

v2.2.0 (2025-10-17)

  • Corrects broken brew path to Python (closes #64)
  • Properly creates a local tap to link local changes to appease brew update-python-resources
  • Disables brew updates, analytics, install cleanup, and hints for less noisy and faster builds
  • De-classes the entire app leaning into functional programming (since all methods were static anyway)

v2.1.3 (2025-07-23)

  • Fixes desc field to conform to brew audit
    • desc field no longer escapes special characters (eg: &, closes #61)
    • desc field now discards any non ASCII characters
    • desc field previously discarded any punctuation even if it was in the middle of the description. We now only discard ending punctuation

... (truncated)

Commits
  • 635beb6 chore: bump action version
  • 8a99fe9 chore: unfurl unecessary try/except blocks
  • f1d03df fix: formula dir regression (closes #67)
  • 010d586 fix: swap github token env var
  • 3079171 feat: add skip_checksum parameter
  • 9e02359 feat: create formula folder if it doesn't exist
  • d4714da chore: bump v3.0.1
  • 581fb0c Merge pull request #66 from overhacked/fix-formula-folder
  • 93e8d24 fix: working_dir and linuxbrew home dir
  • 4a66d48 fix: audit all path building
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 29, 2025
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [Justintime50/homebrew-releaser](https://github.com/justintime50/homebrew-releaser).


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

Updates `Justintime50/homebrew-releaser` from 1 to 3
- [Release notes](https://github.com/justintime50/homebrew-releaser/releases)
- [Changelog](https://github.com/Justintime50/homebrew-releaser/blob/main/CHANGELOG.md)
- [Commits](Justintime50/homebrew-releaser@v1...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: Justintime50/homebrew-releaser
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-49d2b3e3bd branch from d7eb538 to 7048dfe Compare January 12, 2026 07:48
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.

0 participants