Skip to content

chore(deps): update namespacelabs/nscloud-checkout-action action to v8#198

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/namespacelabs-nscloud-checkout-action-8.x
Open

chore(deps): update namespacelabs/nscloud-checkout-action action to v8#198
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/namespacelabs-nscloud-checkout-action-8.x

Conversation

@renovate

@renovate renovate Bot commented Nov 14, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
namespacelabs/nscloud-checkout-action action major v7v8 OpenSSF Scorecard

Release Notes

namespacelabs/nscloud-checkout-action (namespacelabs/nscloud-checkout-action)

v8.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: namespacelabs/nscloud-checkout-action@v8...v8.2.2

v8.1.2: : Abort and retry stalling git operations

Compare Source

v8.1.1: : node24

Compare Source

v8.1.0

Compare Source

What's Changed

  • Include user id in the cache path for all but default runner user by @​annervisser in #​36
    • This prevents Permission denied errors when sharing cache between container and non-container jobs
  • Update dependencies by @​annervisser in #​37

Full Changelog: namespacelabs/nscloud-checkout-action@v8.0.6...v8.1.0

v8.0.6: : Add sparse-checkout support

Compare Source

v8.0.5

Compare Source

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: namespacelabs/nscloud-checkout-action@v8...v8.0.2

v8.0.1

Compare Source

What's Changed

Full Changelog: namespacelabs/nscloud-checkout-action@v8.0.0...v8.0.1

v8.0.0

Compare Source

What's Changed

Full Changelog: namespacelabs/nscloud-checkout-action@v7.1.0...v8.0.0

v8

Compare Source

v7.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: namespacelabs/nscloud-checkout-action@v7...v7.1.0

v7.0.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown

📦 Packages

Package Install
Template Set bun add @settlemint/settlemint/solidity-diamond-bond@8.0.11-prc92248e

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 1 file

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/namespacelabs-nscloud-checkout-action-8.x branch from b9ee507 to 2d36f2e Compare December 15, 2025 15:40

- name: Checkout
uses: namespacelabs/nscloud-checkout-action@v7
uses: namespacelabs/nscloud-checkout-action@v8

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Upgrading nscloud-checkout-action to v8 will cause git-auto-commit-action to fail because the repository is not dissociated from the Git mirror by default.
Severity: CRITICAL | Confidence: High

🔍 Detailed Analysis

The upgrade of namespacelabs/nscloud-checkout-action to v8 changes the default behavior to keep the repository linked to the Namespace Git mirror (dissociate: false). This prevents standard Git operations like git add and git commit from functioning correctly. As a result, the subsequent stefanzweifel/git-auto-commit-action steps, which are triggered on release builds when env.TAG == 'latest', will fail when they attempt to commit updated files like package.json. This will block the automated version update process.

💡 Suggested Fix

In the nscloud-checkout-action@v8 step, add the dissociate: true parameter. This will ensure the repository is fully checked out, allowing subsequent Git commands to execute successfully.

🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: .github/workflows/solidity.yml#L87

Potential issue: The upgrade of `namespacelabs/nscloud-checkout-action` to `v8` changes
the default behavior to keep the repository linked to the Namespace Git mirror
(`dissociate: false`). This prevents standard Git operations like `git add` and `git
commit` from functioning correctly. As a result, the subsequent
`stefanzweifel/git-auto-commit-action` steps, which are triggered on release builds when
`env.TAG == 'latest'`, will fail when they attempt to commit updated files like
`package.json`. This will block the automated version update process.

Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 7530218

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants