Skip to content

ci: Bump actions/download-artifact from 4 to 7#3

Closed
dependabot[bot] wants to merge 5 commits intomainfrom
dependabot/github_actions/actions/download-artifact-7
Closed

ci: Bump actions/download-artifact from 4 to 7#3
dependabot[bot] wants to merge 5 commits intomainfrom
dependabot/github_actions/actions/download-artifact-7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps actions/download-artifact from 4 to 7.

Release notes

Sourced from actions/download-artifact's releases.

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v6.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

v5.0.0

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

... (truncated)

Commits
  • 37930b1 Merge pull request #452 from actions/download-artifact-v7-release
  • 72582b9 doc: update readme
  • 0d2ec9d chore: release v7.0.0 for Node.js 24 support
  • fd7ae8f Merge pull request #451 from actions/fix-storage-blob
  • d484700 chore: restore minimatch.dep.yml license file
  • 03a8080 chore: remove obsolete dependency license files
  • 56fe6d9 chore: update @​actions/artifact license file to 5.0.1
  • 8e3ebc4 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • 1e3c4b4 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • 458627d chore: use local @​actions/artifact package for Node.js 24 testing
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

AP3X-Dev and others added 5 commits January 31, 2026 12:04
Introduces SubagentRegistry for runtime subagent management, enabling users to register, unregister, and configure custom subagents through the UI and API. Includes support for disabling MCP servers in configuration and comprehensive API documentation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Brings AG3NT to feature parity with Claude Code CLI by implementing:

1. **Edit Tool Documentation** - Comprehensive guide for edit_file usage
   - When to use edit_file vs write_file
   - Best practices for exact string matching
   - Examples and common pitfalls

2. **AskUserQuestion Tool** - Interactive user clarification during execution
   - ask_user() tool for asking questions mid-execution
   - Interrupt mechanism integration
   - Support for multiple choice and open-ended questions
   - Worker API updated to handle question interrupts

3. **Plan Mode** - Structured planning before code execution
   - PlanningMiddleware enforces planning phase
   - Prevents file changes during planning
   - Step-by-step execution with progress tracking
   - Plan confirmation workflow

4. **Git Workflow Automation** - Smart commits and PR creation
   - generate_commit_message() using LLM for conventional commits
   - smart_commit() for auto-generated commit messages
   - create_pull_request() with auto-generated titles/descriptions
   - Comprehensive Git workflow guidance in system prompt

5. **Implementation Plan Document** - CLAUDE_CODE_PARITY.md
   - Detailed feature comparison matrix
   - Phase-by-phase implementation plan
   - Testing strategy and verification steps
   - Critical files reference

New files:
- apps/agent/ag3nt_agent/interactive_tools.py
- apps/agent/ag3nt_agent/planning_middleware.py
- CLAUDE_CODE_PARITY.md

Modified files:
- apps/agent/ag3nt_agent/deepagents_runtime.py
- apps/agent/ag3nt_agent/git_tool.py
- apps/agent/ag3nt_agent/worker.py

This implements P0 (critical path) features from the parity plan.
Remaining P2 features (background tasks, Jupyter support, keybindings)
can be implemented in future updates.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add threading locks and async locks to 8 modules that lacked
synchronization for shared mutable state. Prevents silent data
corruption, lost task updates, and resource leaks when agents run
in parallel.

- SubagentMonitor: threading.Lock on all shared collections
- AgentPool: stats increments moved inside lock, _warming flag protected
- PlanningTools: class lock + atomic file save + singleton lock
- InMemoryStateSync: asyncio.Lock for sessions + threading.Lock for subscribers
- Worker: threading.Lock for WebSocket connection dicts
- memory_search, tool_batcher, skill_trigger_middleware: double-checked locking
- ToolBatcher: stats_lock for cross-thread counter safety
- 29 new concurrency tests proving thread safety
- .gitignore: add coverage.xml, .claude/, nul, test.png

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add all remaining platform components:
- Agent: autonomous engine, tool registry, context engine, exec tools,
  file tracking, LSP, fuzzy edit, batch tools, validation gates,
  model config, streaming, snapshots, revert system
- Gateway: agent proxy, routing, directives, metrics, middleware,
  plugins, state management, session store, streaming
- TUI: app screens, widgets, styles, config, gateway client
- UI: Next.js dashboard (AP3X-UI)
- Community: plugin ecosystem with 100+ integrations
- Docker: compose + Dockerfiles for gateway and agent
- Updated start/stop scripts, daemon, vendor libs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2026

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@AP3X-Dev AP3X-Dev closed this Feb 6, 2026
@AP3X-Dev AP3X-Dev deleted the dependabot/github_actions/actions/download-artifact-7 branch February 6, 2026 18:16
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant