Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

Bumps ghalactic/github-release-from-tag from 5 to 6.

Release notes

Sourced from ghalactic/github-release-from-tag's releases.

v6

This tag currently points to v6.0.1

v6.0.0

Changed

  • This action now runs on the node24 runner instead of node20. If you are using this action on GitHub Enterprise Server, you will need to ensure your runners support node24 before upgrading to this version.

v5.4.0

Added

Config file schema support

The configuration schema is now published at: https://ghalactic.github.io/github-release-from-tag/schema/config.v5.schema.json

Your editor might be able to use this schema to provide autocompletion and validation for your configuration file. For example, if you're using the YAML extension for Visual Studio Code, you can add the following header to your configuration file to enable schema support:

# yaml-language-server: $schema=https://ghalactic.github.io/github-release-from-tag/schema/config.v5.schema.json
assets:
  - path: assets/text/file-a.txt
  - path: assets/json/file-b.json
    optional: true
    name: custom-name-b.json
    label: Label for file-b.json

In case your editor supports using a $schema property directly in the YAML file, the schema has been relaxed to allow this as well:

$schema: https://ghalactic.github.io/github-release-from-tag/schema/config.v5.schema.json
assets:
  - path: assets/text/file-a.txt
  - path: assets/json/file-b.json
    optional: true
    name: custom-name-b.json
    label: Label for file-b.json
</tr></table> 

... (truncated)

Changelog

Sourced from ghalactic/github-release-from-tag's changelog.

v5.0.1 - 2024-03-06

Fixed

  • Dependency updates.

v5.0.0 - 2023-08-28

Changed

  • This action now runs on the node20 runner instead of node16. If you are using this action on GitHub Enterprise Server, you will need to ensure your runners support node20 before upgrading to this version.

v4.2.0 - 2023-08-28

Changed

  • Reverted the v4 version of this action to run on Node.js 16.x instead of 20.x. The switch to 20.x was causing issues with GitHub Enterprise Server users who don't have support for node20 runners yet. A v5 version of this action will be released shortly that will run on Node.js 20.x.

v4.1.3 - 2023-08-26

Fixed

  • Fixed further internal issues with GitHub Actions shared workflows. No effect on the action itself.

v4.1.2 - 2023-08-26

Fixed

  • Fixed further internal issues with GitHub Actions shared workflows. No effect on the action itself.

v4.1.1 - 2023-08-26

... (truncated)

Commits
  • 786cabb Fix schema versions and README examples
  • 88eb5ae Prepare v6.0.0 release
  • 8f031d8 Use node24 as the esbuild target
  • 940a223 Update to the node24 runner
  • b6c641e Update dependency @​types/node to v22.18.0
  • 9a03845 Update dependency puppeteer to v24.17.0
  • 1d8fa18 Update dependency @​types/node to v22.17.2
  • ab9d500 Update dependency puppeteer to v24.16.2
  • a227dff Update dependency esbuild to v0.25.9
  • 2d94a69 Merge pull request #195 from ghalactic/renovate/actions-checkout-5.x
  • Additional commits viewable in compare view

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 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 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 [ghalactic/github-release-from-tag](https://github.com/ghalactic/github-release-from-tag) from 5 to 6.
- [Release notes](https://github.com/ghalactic/github-release-from-tag/releases)
- [Changelog](https://github.com/ghalactic/github-release-from-tag/blob/main/CHANGELOG.md)
- [Commits](ghalactic/github-release-from-tag@v5...v6)

---
updated-dependencies:
- dependency-name: ghalactic/github-release-from-tag
  dependency-version: '6'
  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 Sep 4, 2025
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