Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the github-actions group with 3 updates: actions/upload-artifact, actions/download-artifact and Justintime50/homebrew-releaser.

Updates actions/upload-artifact from 5 to 6

Release notes

Sourced from actions/upload-artifact's releases.

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi...
  • 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies
  • 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • Additional commits viewable in compare view

Updates actions/download-artifact from 6 to 7

Release notes

Sourced from actions/download-artifact's releases.

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

Commits
  • 37930b1 Merge pull request #452 from actions/download-artifact-v7-release
  • 72582b9 doc: update readme
  • 0d2ec9d chore: release v7.0.0 for Node.js 24 support
  • fd7ae8f Merge pull request #451 from actions/fix-storage-blob
  • d484700 chore: restore minimatch.dep.yml license file
  • 03a8080 chore: remove obsolete dependency license files
  • 56fe6d9 chore: update @​actions/artifact license file to 5.0.1
  • 8e3ebc4 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • 1e3c4b4 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • 458627d chore: use local @​actions/artifact package for Node.js 24 testing
  • Additional commits viewable in compare view

Updates Justintime50/homebrew-releaser from 2 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
Changelog

Sourced from Justintime50/homebrew-releaser's changelog.

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

v2.1.2 (2025-06-23)

  • Fixes Readme Updater path to use new tmp path for formula repo

v2.1.1 (2025-06-14)

  • Corrects Python references in Dockerfile
  • Uses /tmp as working directory due to permissioning issues
  • Drop shasum dependency and calculate checksums from inside Python
  • Bumps TIMEOUT from 60 to 300 seconds for larger projects (downloading Python packages can take some time)

... (truncated)

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

Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [Justintime50/homebrew-releaser](https://github.com/justintime50/homebrew-releaser).


Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

Updates `actions/download-artifact` from 6 to 7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v6...v7)

Updates `Justintime50/homebrew-releaser` from 2 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@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: '7'
  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] <support@github.com>
Copy link
Member

@alexrashed alexrashed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More Node 24 runtime updates of the actions coming in. And a quite big update of homebrew-releaser which should not be breaking though.

@alexrashed alexrashed merged commit 7364eac into main Dec 15, 2025
6 checks passed
@alexrashed alexrashed deleted the dependabot/github_actions/github-actions-7bcc87bba6 branch December 15, 2025 08:33
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.

2 participants