claude-3-7-sonnet-20250219 was retired on 2026-02-19 and now returns 404,
and claude-opus-4-1-20250805 is deprecated (retires 2026-08-05). Replace
with claude-sonnet-4-6 / claude-opus-4-8 for the Anthropic API and the
dated Sonnet 4.5 IDs for the Bedrock/Vertex provider-specific formats.
- Drop anthropic_api_key from repo workflows: only CLAUDE_CODE_OAUTH_TOKEN
is configured as a secret, and upstream docs say to pick one auth path
- Replace the undeclared allowed_tools input in test workflows with
claude_args --allowedTools (base-action only declares claude_args)
- Remove dead ClaudeOptions fields and INPUT_* reads that prepareRunConfig
never consumed (mcp_config, allowed_tools, max_turns, system prompts, etc.)
- Update base-action README to document the actual inputs, with former
dedicated inputs expressed as Claude CLI flags via claude_args
* tmp
* chore: migrate GitHub workflows from @beta to @v1
- Update claude.yml and issue-triage.yml to use claude-code-action@v1
- Migrate deprecated inputs to new claude_args format
- Move mcp_config to --mcp-config in claude_args
- Follow v1 migration guide for simplified configuration
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>