Skip to content

build(deps): Bump the github-actions-dependencies group across 6 directories with 3 updates#205

Merged
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-1e46a35196
Oct 17, 2025
Merged

build(deps): Bump the github-actions-dependencies group across 6 directories with 3 updates#205
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-1e46a35196

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2025

Bumps the github-actions-dependencies group with 2 updates in the / directory: hoverkraft-tech/ci-github-common and mikefarah/yq.
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/argocd-manifest-files directory: mikefarah/yq.
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/get-environment directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/jampack directory: actions/setup-node.
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/report directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/release/create directory: hoverkraft-tech/ci-github-common.

Updates hoverkraft-tech/ci-github-common from 0.26.0 to 0.27.0

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.27.0

Release Summary

Upgraded the greetings workflow to the latest actions/first-interaction, and the linter now auto-installs required Prettier plugins.

Internal: docs were refreshed for actions/workflows and GitHub Actions dependencies were updated across multiple directories.

Breaking change(s)

The greetings workflow input names changed from issue-message/pr-message to issue_message/pr_message; update any workflows calling it to the new names.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.26.0...0.27.0

Commits
  • b7dd413 fix(linter): handle no changed files context
  • 0822bea docs: update actions and workflows documentation
  • bab8450 chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • 94dde6b fix(linter): install prettier plugins if needed
  • 3c7f4e6 docs: add instructions for agents
  • 1a70dee docs: add name to linter workflow
  • ddbc2e6 feat(greetings)!: upgrade actions/first-interaction
  • fce348c docs: update actions and workflows documentation
  • 78edfd3 chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • e1d5dc9 docs: update actions and workflows documentation
  • Additional commits viewable in compare view

Updates mikefarah/yq from 4.47.2 to 4.48.1

Release notes

Sourced from mikefarah/yq's releases.

v4.48.1 - First and Parents Operators

  • Added 'parents' operator, to return a list of all the hierarchical parents of a node
  • Added 'first(exp)' operator, to return the first entry matching an expression in an array
  • Fixed xml namespace prefixes #1730 (thanks @​baodrate)
  • Fixed out of range panic in yaml decoder #2460 (thanks @​n471d)
  • Bumped dependencies
Changelog

Sourced from mikefarah/yq's changelog.

4.48.1:

  • Added 'parents' operator, to return a list of all the hierarchical parents of a node
  • Added 'first(exp)' operator, to return the first entry matching an expression in an array
  • Fixed xml namespace prefixes #1730 (thanks @​baodrate)
  • Fixed out of range panic in yaml decoder #2460 (thanks @​n471d)
  • Bumped dependencies

4.47.2:

4.47.1:

  • Fixed merge anchor behaviour (<<); #2404, #2110, #2386, #2178 Huge thanks to @​stevenwdv! Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes
  • Fixed panic for syntax error when creating a map #2423
  • Bumped dependencies

4.46.1:

  • Added INI support
  • Fixed 'add' operator when piped in with no data #2378, #2383, #2384
  • Fixed delete after slice problem (bad node path) #2387 Thanks @​antoinedeschenes
  • Fixed yq small build Thanks @​imzue
  • Switched to YAML org supported go-yaml!
  • Bumped dependencies

4.45.4:

  • Fixing wrong map() behaviour on empty map #2359
  • Bumped dependencies

4.45.3:

  • Fixing regression introduced with in 4.45.2 with #2325 fix 😓 sorry folks!
  • Bumped dependencies

4.45.2:

4.45.1:

  • Create parent directories when --split-exp is used, Thanks @​rudo-thomas
  • Bumped dependencies

4.44.6:

... (truncated)

Commits
  • 0ecdce2 Bumping version
  • 01ac615 Updating contrib
  • 6629924 Bump github.com/alecthomas/repr from 0.5.1 to 0.5.2
  • 3869354 Bump golang from 1.25.0 to 1.25.2
  • d5dd338 Bump github/codeql-action from 3 to 4
  • 201542b Bump golang.org/x/net from 0.43.0 to 0.46.0
  • f353885 fix: keep xml namespace prefixes for tags
  • df92dec chore: add xml namespace prefix test cases
  • 23060cb Improving first op docs
  • 4532346 Adding first operator
  • Additional commits viewable in compare view

Updates mikefarah/yq from 4.47.2 to 4.48.1

Release notes

Sourced from mikefarah/yq's releases.

v4.48.1 - First and Parents Operators

  • Added 'parents' operator, to return a list of all the hierarchical parents of a node
  • Added 'first(exp)' operator, to return the first entry matching an expression in an array
  • Fixed xml namespace prefixes #1730 (thanks @​baodrate)
  • Fixed out of range panic in yaml decoder #2460 (thanks @​n471d)
  • Bumped dependencies
Changelog

Sourced from mikefarah/yq's changelog.

4.48.1:

  • Added 'parents' operator, to return a list of all the hierarchical parents of a node
  • Added 'first(exp)' operator, to return the first entry matching an expression in an array
  • Fixed xml namespace prefixes #1730 (thanks @​baodrate)
  • Fixed out of range panic in yaml decoder #2460 (thanks @​n471d)
  • Bumped dependencies

4.47.2:

4.47.1:

  • Fixed merge anchor behaviour (<<); #2404, #2110, #2386, #2178 Huge thanks to @​stevenwdv! Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes
  • Fixed panic for syntax error when creating a map #2423
  • Bumped dependencies

4.46.1:

  • Added INI support
  • Fixed 'add' operator when piped in with no data #2378, #2383, #2384
  • Fixed delete after slice problem (bad node path) #2387 Thanks @​antoinedeschenes
  • Fixed yq small build Thanks @​imzue
  • Switched to YAML org supported go-yaml!
  • Bumped dependencies

4.45.4:

  • Fixing wrong map() behaviour on empty map #2359
  • Bumped dependencies

4.45.3:

  • Fixing regression introduced with in 4.45.2 with #2325 fix 😓 sorry folks!
  • Bumped dependencies

4.45.2:

4.45.1:

  • Create parent directories when --split-exp is used, Thanks @​rudo-thomas
  • Bumped dependencies

4.44.6:

... (truncated)

Commits
  • 0ecdce2 Bumping version
  • 01ac615 Updating contrib
  • 6629924 Bump github.com/alecthomas/repr from 0.5.1 to 0.5.2
  • 3869354 Bump golang from 1.25.0 to 1.25.2
  • d5dd338 Bump github/codeql-action from 3 to 4
  • 201542b Bump golang.org/x/net from 0.43.0 to 0.46.0
  • f353885 fix: keep xml namespace prefixes for tags
  • df92dec chore: add xml namespace prefix test cases
  • 23060cb Improving first op docs
  • 4532346 Adding first operator
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common from 0.26.0 to 0.27.0

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.27.0

Release Summary

Upgraded the greetings workflow to the latest actions/first-interaction, and the linter now auto-installs required Prettier plugins.

Internal: docs were refreshed for actions/workflows and GitHub Actions dependencies were updated across multiple directories.

Breaking change(s)

The greetings workflow input names changed from issue-message/pr-message to issue_message/pr_message; update any workflows calling it to the new names.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.26.0...0.27.0

Commits
  • b7dd413 fix(linter): handle no changed files context
  • 0822bea docs: update actions and workflows documentation
  • bab8450 chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • 94dde6b fix(linter): install prettier plugins if needed
  • 3c7f4e6 docs: add instructions for agents
  • 1a70dee docs: add name to linter workflow
  • ddbc2e6 feat(greetings)!: upgrade actions/first-interaction
  • fce348c docs: update actions and workflows documentation
  • 78edfd3 chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • e1d5dc9 docs: update actions and workflows documentation
  • Additional commits viewable in compare view

Updates actions/setup-node from 5.0.0 to 6.0.0

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

Commits

Updates hoverkraft-tech/ci-github-common from 0.26.0 to 0.27.0

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.27.0

Release Summary

Upgraded the greetings workflow to the latest actions/first-interaction, and the linter now auto-installs required Prettier plugins.

Internal: docs were refreshed for actions/workflows and GitHub Actions dependencies were updated across multiple directories.

Breaking change(s)

The greetings workflow input names changed from issue-message/pr-message to issue_message/pr_message; update any workflows calling it to the new names.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.26.0...0.27.0

Commits
  • b7dd413 fix(linter): handle no changed files context
  • 0822bea docs: update actions and workflows documentation
  • bab8450 chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • 94dde6b fix(linter): install prettier plugins if needed
  • 3c7f4e6 docs: add instructions for agents
  • 1a70dee docs: add name to linter workflow
  • ddbc2e6 feat(greetings)!: upgrade actions/first-interaction
  • fce348c docs: update actions and workflows documentation
  • 78edfd3 chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • e1d5dc9 docs: update actions and workflows documentation
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common from 0.26.0 to 0.27.0

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.27.0

Release Summary

Upgraded the greetings workflow to the latest actions/first-interaction, and the linter now auto-installs required Prettier plugins.

Internal: docs were refreshed for actions/workflows and GitHub Actions dependencies were updated across multiple directories.

Breaking change(s)

The greetings workflow input names changed from issue-message/pr-message to issue_message/pr_message; update any workflows calling it to the new names.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.26.0...0.27.0

Commits
  • b7dd413 fix(linter): handle no changed files context
  • 0822bea docs: update actions and workflows documentation
  • bab8450 chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • 94dde6b fix(linter): install prettier plugins if needed
  • 3c7f4e6 docs: add instructions for agents
  • 1a70dee docs: add name to linter workflow
  • ddbc2e6 feat(greetings)!: upgrade actions/first-interaction
  • fce348c docs: update actions and workflows documentation
  • 78edfd3 chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • e1d5dc9 docs: update actions and workflows documentation
  • 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

…ctories with 3 updates

Bumps the github-actions-dependencies group with 2 updates in the / directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) and [mikefarah/yq](https://github.com/mikefarah/yq).
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/argocd-manifest-files directory: [mikefarah/yq](https://github.com/mikefarah/yq).
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/get-environment directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/jampack directory: [actions/setup-node](https://github.com/actions/setup-node).
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/report directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/release/create directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).


Updates `hoverkraft-tech/ci-github-common` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@1c379f7...b7dd413)

Updates `mikefarah/yq` from 4.47.2 to 4.48.1
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@6251e95...0ecdce2)

Updates `mikefarah/yq` from 4.47.2 to 4.48.1
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@6251e95...0ecdce2)

Updates `hoverkraft-tech/ci-github-common` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@1c379f7...b7dd413)

Updates `actions/setup-node` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@a0853c2...2028fbc)

Updates `hoverkraft-tech/ci-github-common` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@1c379f7...b7dd413)

Updates `hoverkraft-tech/ci-github-common` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@1c379f7...b7dd413)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: mikefarah/yq
  dependency-version: 4.48.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: mikefarah/yq
  dependency-version: 4.48.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: actions/setup-node
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
...

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 Oct 17, 2025
@neilime neilime merged commit 5126d88 into main Oct 17, 2025
19 checks passed
@neilime neilime deleted the dependabot/github_actions/github-actions-dependencies-1e46a35196 branch October 17, 2025 07:01
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