Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Link-
Copy link
Member

@Link- Link- commented Sep 24, 2025

Description

Fixes: https://github.com/github/actions-persistence/issues/199

Motivation and Context

Preparing new release

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (add or update README or docs)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@Link- Link- requested a review from a team as a code owner September 24, 2025 13:35
@Copilot Copilot AI review requested due to automatic review settings September 24, 2025 13:35
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR prepares the v3.5.0 release by upgrading the @actions/cache dependency to v4.1.0, which integrates with the new cache service (v2) APIs and removes the client-side 10GiB cache size limit. The update includes dependency version bumps, release documentation, and deprecation notices for older versions.

  • Updated core dependencies including @actions/cache, @actions/core, and @actions/io to their latest versions
  • Added comprehensive release notes and migration guidance in the README
  • Updated license files to reflect new dependency versions

Reviewed Changes

Copilot reviewed 32 out of 37 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Bumped version to 3.5.0 and updated key dependencies
RELEASES.md Added release notes for v3.5.0 and v3.4.0
README.md Added deprecation warnings and migration guidance for the new cache service
.licenses/ Updated license files for various npm dependencies
.licensed.yml Added new reviewed licenses for dependencies
.github/workflows/publish-immutable-actions.yml Added new workflow for publishing immutable action versions

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +123 to +126

### 3.4.0

- Integrated with the new cache service (v2) APIs
Copy link
Preview

Copilot AI Sep 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The release entry for v3.4.0 is added after v3.3.3 content, which breaks chronological order. Release notes should be ordered with the newest version first.

Copilot uses AI. Check for mistakes.

@Link- Link- closed this Sep 24, 2025
@Link- Link- deleted the Link-/prepare-3.5.0 branch September 24, 2025 13:36
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.

2 participants