[docs] Update documentation for features from 2026-02-28#18894
Closed
github-actions[bot] wants to merge 2 commits intomainfrom
Closed
[docs] Update documentation for features from 2026-02-28#18894github-actions[bot] wants to merge 2 commits intomainfrom
github-actions[bot] wants to merge 2 commits intomainfrom
Conversation
PR #18878 renamed the checkout frontmatter field from `github-token` to `token` to align with the actual `actions/checkout` input name. No codemod was added for this rename, so users with existing workflows using the old field name must update it manually. Add a callout in the upgrading guide's "Common Changes" section to inform users of this required manual migration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Documentation Updates - 2026-02-28
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
checkout.github-token→checkout.tokenrename (from Fix checkout frontmatter: renamecheckout.github-tokentocheckout.tokenfor actions/checkout #18878)Changes Made
docs/src/content/docs/guides/upgrading.mdto add a manual migration callout for thecheckout.github-token→checkout.tokenfield rename in the "Common Changes" sectionMerged PRs Referenced
checkout.github-tokentocheckout.tokenfor actions/checkout #18878 — Fix checkout frontmatter: renamecheckout.github-tokentocheckout.tokenfor actions/checkoutAnalysis Summary
72 merged PRs were scanned from the last 24 hours. The significant user-facing change requiring documentation was:
PR #18878 renamed the
checkout.github-tokenfrontmatter field tocheckout.tokento align with the actual input name expected byactions/checkout. The reference docs (frontmatter.md,cross-repository.md) were updated as part of that PR. However, no codemod was added to auto-migrate existing user workflows, so the upgrading guide needs a callout to inform users of the required manual rename.Other merged PRs were either:
payloadSizeThresholdfield #18791, Move "Generate agentic run info" to activation job; merge workflow overview into it; rename activation artifact #18843, feat: label agent failure issues with agentic-workflows tag #18842)Notes