chore(ci)(deps): bump actions/cache from 4.3.0 to 5.0.5#1697
Conversation
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
| Field | Value |
|---|---|
| Action | actions/cache |
| Previous | v4.3.0 |
| New | v5.0.5 |
| Type | Major (v4 → v5) |
Breaking Changes
No explicit breaking changes detected in release notes. Manual review recommended.
Release Notes (v5 → v5)
v5.0.5
What's Changed
- Update ts-http-runtime dependency by @yacaovsnc in Update ts-http-runtime dependency actions/cache#1747
Full Changelog: actions/cache@v5...v5.0.5
v5.0.4
What's Changed
- Add release instructions and update maintainer docs by @Link- in Add release instructions and update maintainer docs actions/cache#1696
- Potential fix for code scanning alert no. 52: Workflow does not contain permissions by @Link- in Potential fix for code scanning alert no. 52: Workflow does not contain permissions actions/cache#1697
- Fix workflow permissions and cleanup workflow names / formatting by @Link- in Fix workflow permissions and cleanup workflow names / formatting actions/cache#1699
- docs: Update examples to use the latest version by @XZTDean in docs: Update examples to use the latest version actions/cache#1690
- Fix proxy integration tests by @Link- in Fix proxy integration tests actions/cache#1701
- Fix cache key in examples.md for bun.lock by @RyPeck in Fix cache key in examples.md for bun.lock actions/cache#1722
- Update dependencies & patch security vulnerabilities by @Link- in Update dependencies & patch security vulnerabilities actions/cache#1738
New Contributors
- @XZTDean made their first contribution in docs: Update examples to use the latest version actions/cache#1690
- @RyPeck made their first contribution in Fix cache key in examples.md for bun.lock actions/cache#1722
Full Changelog: actions/cache@v5...v5.0.4
v5.0.3
What's Changed
- Bump
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33) - Bump
@actions/coreto v2.0.3
Full Changelog: actions/cache@v5...v5.0.3
v5.0.2 — v.5.0.2
v5.0.2
What's Changed
When creating cache entries, 429s returned from the cache service will not be retried.
v5.0.1
Important
actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.
If you are using self-hosted runners, ensure they are updated before upgrading.
v5.0.1
What's Changed
- fix: update @actions/cache for Node.js 24 punycode deprecation by @salmanmkc in fix: update @actions/cache for Node.js 24 punycode deprecation actions/cache#1685
- prepare release v5.0.1 by @salmanmkc in prepare release v5.0.1 actions/cache#1686
v5.0.0
What's Changed
- Upgrade to use node24 by @salmanmkc in Upgrade to use node24 actions/cache#1630
- Prepare v5.0.0 release by @salmanmkc in Prepare v5.0.0 release actions/cache#1684
Full Changelog: actions/cache@v5...v5.0.1
v5.0.0
Important
actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.
If you are using self-hosted runners, ensure they are updated before upgrading.
What's Changed
- Upgrade to use node24 by @salmanmkc in Upgrade to use node24 actions/cache#1630
- Prepare v5.0.0 release by @salmanmkc in Prepare v5.0.0 release actions/cache#1684
Full Changelog: actions/cache@v4.3.0...v5.0.0
Next Steps
- Review breaking changes above
- Check if workflow inputs/outputs changed
- Verify compatibility with your CI/CD configuration
Full changelog: https://github.com/actions/cache/releases
Generated automatically for Dependabot major version PRs.
@ag-ui/a2a-middleware
@ag-ui/a2ui-middleware
@ag-ui/event-throttle-middleware
@ag-ui/mcp-apps-middleware
@ag-ui/middleware-starter
@ag-ui/a2a
@ag-ui/adk
@ag-ui/ag2
@ag-ui/agno
@ag-ui/aws-strands
@ag-ui/claude-agent-sdk
@ag-ui/crewai
@ag-ui/langchain
@ag-ui/langgraph
@ag-ui/langroid
@ag-ui/llamaindex
@ag-ui/mastra
@ag-ui/pydantic-ai
@ag-ui/server-starter
@ag-ui/server-starter-all-features
@ag-ui/vercel-ai-sdk
@ag-ui/watsonx
create-ag-ui-app
@ag-ui/client
@ag-ui/core
@ag-ui/encoder
@ag-ui/proto
commit: |
Python Preview PackagesVersion
Install with uvAdd the TestPyPI index to your [[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
explicit = trueThen install the packages you need: # Core SDK
uv add 'ag-ui-protocol==0.0.0.dev1778864225' --index testpypi
# Integrations (each already depends on the matching ag-ui-protocol preview)
uv add 'ag-ui-langgraph==0.0.0.dev1778864225' --index testpypi
uv add 'ag-ui-crewai==0.0.0.dev1778864225' --index testpypi
# NOTE: ag-ui-agent-spec depends on pyagentspec (git-only, not on PyPI).
# You will need to install pyagentspec separately from its git repo.
uv add 'ag-ui-agent-spec==0.0.0.dev1778864225' --index testpypi
uv add 'ag_ui_adk==0.0.0.dev1778864225' --index testpypi
uv add 'ag_ui_strands==0.0.0.dev1778864225' --index testpypiInstall with pippip install \
--index-url https://test.pypi.org/simple/ \
--extra-index-url https://pypi.org/simple/ \
ag-ui-protocol==0.0.0.dev1778864225
Commit: 41095c0 |
Bumps actions/cache from 4.3.0 to 5.0.5.
Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
27d5ce7Merge pull request #1747 from actions/yacaovsnc/update-dependencyf280785licensed changes619aeb1npm run build generated dist filesbcf16c2Update ts-http-runtime to 0.3.56682284Merge pull request #1738 from actions/prepare-v5.0.4e340396Update RELEASES8a67110Add licenses1865903Update dependencies & patch security vulnerabilities5656298Merge pull request #1722 from RyPeck/patch-14e380d1Fix cache key in examples.md for bun.lockDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)