Update cloudposse/github-action-yaml-config-query action to v1 - #125
Update cloudposse/github-action-yaml-config-query action to v1#125renovate[bot] wants to merge 2 commits into
Conversation
|
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
f0dd6ba to
bea14f2
Compare
8c8e162 to
1573192
Compare
1573192 to
3189820
Compare
ab14fb2 to
e465728
Compare
6fa9c5b to
45bd82e
Compare
45bd82e to
f51d268
Compare
9aed944 to
285bfe8
Compare
285bfe8 to
5873ac6
Compare
cc413c6 to
0ac2552
Compare
0ac2552 to
23bcd3e
Compare
8fa5721 to
22fb0a9
Compare
5c5343a to
781dab5
Compare
9dd970a to
e46f6c6
Compare
|
Copilot see the breaking changes in this action release and address them. |
Co-authored-by: kevcube <716806+kevcube@users.noreply.github.com>
Addressed in |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
Closing because the breaking changes in action v1 are problematic. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
0.1.4→v1.0.1Release Notes
cloudposse/github-action-yaml-config-query (cloudposse/github-action-yaml-config-query)
v1.0.1Compare Source
chore: Upgrade GitHub Action runtime from Node 20 to Node 24 @goruha (#63)
Summary
action.ymlruntime fromnode20tonode24engines.nodeinpackage.jsonfrom>=20to>=24dist/index.jsTest plan
🤖 Generated with Claude Code
🤖 Automatic Updates
Replace Makefile with atmos.yaml @osterman (#60)
what
Makefileatmos.yamlwhy
build-harnesswithatmosfor readme genrationReferences
Replace Makefile with atmos.yaml @osterman (#58)
what
Makefileatmos.yamlwhy
build-harnesswithatmosfor readme genrationReferences
Update .github/settings.yml @osterman (#39)
what
.github/settings.yml.github/auto-release.ymlfileswhy
.github/settings.ymlfrom org levelreferences
v1.0.0Compare Source
Rewrite action to typescript @goruha (#24)
what
why
Migration
v0tov1There is an issue The query contains
trueorfalsefails with an error.A workaround is to use a quote around
"true" and"false" in a query.To migrate from
v0tov1, quote alltrueandfalsein your queries.Ex.:
query: .truereplace withquery: ."true"Pay attention that substitutions in GitHub actions could also resolved as
trueorfalseand have to be quoted.Ex.:
query: .${{ inputs.from == '' }}replace withquery: ."${{ inputs.from == '' }}"🤖 Automatic Updates
Update release workflow to allow pull-requests: write @osterman (#22)
what
.github/workflows/release.yaml) to have permission to comment on PRwhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#20)
what
.github/workflows/settings.yaml) to use shared workflows from.githubrepowhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#19)
what
.github/workflows/settings.yaml)why
v1Compare Source
v1.0.0Compare Source
Rewrite action to typescript @goruha (#24)
what
why
Migration
v0tov1There is an issue The query contains
trueorfalsefails with an error.A workaround is to use a quote around
"true" and"false" in a query.To migrate from
v0tov1, quote alltrueandfalsein your queries.Ex.:
query: .truereplace withquery: ."true"Pay attention that substitutions in GitHub actions could also resolved as
trueorfalseand have to be quoted.Ex.:
query: .${{ inputs.from == '' }}replace withquery: ."${{ inputs.from == '' }}"🤖 Automatic Updates
Update release workflow to allow pull-requests: write @osterman (#22)
what
.github/workflows/release.yaml) to have permission to comment on PRwhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#20)
what
.github/workflows/settings.yaml) to use shared workflows from.githubrepowhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#19)
what
.github/workflows/settings.yaml)why
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.