build: bump GitHub Actions packages (9 Dependabot upgrades)#71
Merged
Conversation
Upgrades from Dependabot PR #61: - actions/checkout v4 -> v6 - azure/login v2 -> v3 - actions/setup-python v5 -> v6 - tj-actions/changed-files v46 -> v47.0.5 - lycheeverse/lychee-action v2.4.1 -> v2.8.0 - codfish/semantic-release-action v3 -> v5 - amannn/action-semantic-pull-request v5 -> v6 - actions/stale v9 -> v10 - actions/upload-artifact v4 -> v7 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates this repository’s GitHub Actions workflows to the latest Dependabot-suggested versions, keeping CI/CD and automation dependencies current.
Changes:
- Bump core GitHub Actions used across workflows (e.g.,
actions/checkout,actions/setup-python,actions/upload-artifact). - Bump Azure auth action from
azure/login@v2toazure/login@v3in the deployment workflow. - Update various workflow-specific actions (stale bot, semantic PR title check, release automation, link checker).
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/azd-ai-template-validation.yml | Bumps actions/checkout to v6 for template validation runs. |
| .github/workflows/azure-dev.yml | Bumps actions/checkout to v6 and azure/login to v3 across build/deploy/cleanup jobs. |
| .github/workflows/broken-links-checker.yml | Bumps actions/checkout, tj-actions/changed-files, and lycheeverse/lychee-action. |
| .github/workflows/create-release.yml | Bumps actions/checkout and codfish/semantic-release-action. |
| .github/workflows/pr-title-checker.yml | Bumps amannn/action-semantic-pull-request to v6. |
| .github/workflows/pylint.yml | Bumps actions/checkout and actions/setup-python for lint job. |
| .github/workflows/stale-bot.yml | Bumps actions/stale, actions/checkout, and actions/upload-artifact. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
lychee v0.21.0 (bundled with lychee-action v2.8.0) removed the --exclude-mail flag. Mail links are now excluded by default, so the flag is no longer needed. This fixes the broken-links-checker workflow failure. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Roopan-Microsoft
approved these changes
Apr 21, 2026
|
🎉 This PR is included in version 1.3.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Purpose
Upgrade all 9 Dependabot-recommended GitHub Actions dependencies to their latest versions to resolve known vulnerabilities and keep CI/CD workflows up-to-date. This consolidates all changes from Dependabot PR #61 into a single reviewable PR.
Files Changed (7 workflow files):
Does this introduce a breaking change?
How to Test
azd-ai-template-validation,azure-dev,broken-links-checker,create-release,pr-title-checker,pylint, andstale-botworkflows pass without errors.What to Check
Verify that the following are valid
Other Information