chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows action to v6.0.0#604
Merged
yesoreyeram merged 2 commits intomainfrom Jan 23, 2026
Conversation
…n to v6.0.0 | datasource | package | from | to | | ----------- | --------------------------- | ---------------------- | ---------------------- | | github-tags | grafana/plugin-ci-workflows | ci-cd-workflows/v5.1.0 | ci-cd-workflows/v6.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
yesoreyeram
approved these changes
Jan 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
ci-cd-workflows/v5.1.0→ci-cd-workflows/v6.0.0ci-cd-workflows/v6.1.0Release Notes
grafana/plugin-ci-workflows (grafana/plugin-ci-workflows)
vci-cd-workflows/v6.0.0: ci-cd-workflows: v6.0.0Compare Source
⚠ BREAKING CHANGES
GRAFANA_VERSIONandGRAFANA_IMAGEaren't being passed to Playwright anymore.For consumers of the shared workflows that wants to detect Grafana version within plugin-e2e tests, there's an alternative approach using the official API:
Calls to
cd.ymlmust be adjusted to include an additional permission:pull-requests: read, otherwise the workflow will fail with the following error:Example on the required changes to
cd.yml:jobs: cd: name: CD uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@main permissions: contents: write + pull-requests: read id-token: write attestations: write🎉 Features
✅ Tests
🔧 Chores
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.