Skip to content

chore(deps): Bump actions/checkout from 3 to 6#5

Closed
dependabot[bot] wants to merge 17 commits intomasterfrom
dependabot/github_actions/actions/checkout-6
Closed

chore(deps): Bump actions/checkout from 3 to 6#5
dependabot[bot] wants to merge 17 commits intomasterfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps actions/checkout from 3 to 6.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

fless-lab and others added 17 commits May 28, 2025 14:02
- Created `docs/ARCHITECTURE.md` to describe the modular, scalable structure for contributors.
- Added `docs/CONTRIBUTING.md` to guide contributions, including bug reports, feature requests, and language additions.
- Included `README.md` with project overview, installation, usage, and contribution prompts.
- Introduced `CODE_OF_CONDUCT.md` to ensure an inclusive, harassment-free community.
- Updated `.gitignore` to exclude unnecessary files.

These files establish a professional foundation for multilang-python, enhancing accessibility and collaboration.
…rkflow

- Revised `README.md` to emphasize `pip install multilang-python` and file headers.
- Updated `docs/CONTRIBUTING.md` with pip-based setup and header guidance.
- Modified `docs/ARCHITECTURE.md` to reflect `src/multilang_python/` and headers.
- Adjusted `docs/USER_GUIDE.md` for pip and header-based usage.
- Ensured `docs/CODE_OF_CONDUCT.md` links are consistent.

These changes enhance user accessibility and maintain professional documentation.
- Added `.gitignore` to exclude Python artifacts and build files.
- Created `config/flake8.ini` for linting configuration.
- Added `config/pytest.ini` for test settings.
- Configured `config/logging.yaml` for logging setup.
- Included `.editorconfig` for editor consistency.
- Added `requirements/dev.txt` with development dependencies.
- Created `tools/format.sh` and `tools/lint.sh` for code quality.
- Set up `.github/workflows/test.yml`, and `lint.yml` for CI/CD.
- Added `SECURITY.md` for security policies.
- Included `.github/ISSUE_TEMPLATE/` and `PULL_REQUEST_TEMPLATE.md` for contribution.
- Provided initial `src/multilang_python/languages/fr.json` for French translations.

These changes establish a professional development environment for multilang-python.
- Created `.github/dependabot.yml` to monitor:
  - GitHub Actions in `.github/workflows/` (weekly updates).
  - Python dev dependencies in `requirements/dev.txt` (monthly updates).
  - Docker base image in `Dockerfile` (weekly updates).
- Configured labels, reviewers, and commit prefixes for streamlined PRs.
- Limited open PRs to reduce CI/CD load.
- Ignored core `requirements.txt` updates due to standard library usage.

This ensures dependency updates align with multilang-python's modular and collaborative architecture.
- Added `chmod +x` steps in `test.yml` and `lint.yml` to resolve permission denied errors.
- Updated `tools/lint.sh` execution in workflows.
- Added minimal `tests/unit/test_transpiler.py` to prevent test failures.
- Ensured Dependabot validation remains successful.

This resolves the failing lint and test jobs for multilang-python.
- Restructured project to place source code in `src/` without `src/multilang_python/`.
- Added `src/__init__.py` with `__package__ = \"multilang_python\"` to define package name.
- Updated `setup.py` to explicitly map `multilang_python` to `src/` using `packages=[\"multilang_python\"]` and `package_dir={\"multilang_python\": \"src\"}`.
- Adjusted imports in `cli.py`, `validate_lang.py`, and tests to use `multilang_python.*`.
- Debugged and resolved `ModuleNotFoundError` by cleaning build artifacts, recreating the virtual environment, and reinstalling with `pip install -e .`.
- Updated `examples/french/hello_world.py` to support multiple parameters (`saluer(univers, nom)`).

The CLI now successfully translates and executes French code, and `validate_lang.py` validates language JSON files.
- Updated `es.json` to follow the same protocol as `fr.json` (Python-to-native mappings).
- Resolved syntax error in `examples/spanish/hello_world.py` execution.
- Confirmed French and Spanish tests pass with untranslated user variables."
- Added `template.json` to define valid Python keywords and builtins.
- Updated `validate_lang.py` to validate mappings against `template.json`.
- Corrected `fr.json` and `es.json` to use native-to-Python mappings.
- Resolved Spanish test and execution issues.
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

dependabot bot commented on behalf of github Nov 24, 2025

Labels

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

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

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Dec 12, 2025

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.

@dependabot dependabot bot deleted the dependabot/github_actions/actions/checkout-6 branch December 12, 2025 05:55
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