build(deps): bump actions/first-interaction from 1 to 3#1238
build(deps): bump actions/first-interaction from 1 to 3#1238dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 1 to 3. - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](actions/first-interaction@v1...v3) --- updated-dependencies: - dependency-name: actions/first-interaction dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps the
Confidence Score: 5/5This PR is safe to merge — it is a routine dependency bump with no interface changes and no impact on repository logic. The change is a single-line version bump of a well-maintained, low-risk GitHub Action. The action's public API (inputs/outputs) is unchanged across v1→v3, and there are no breaking changes affecting this workflow's usage pattern. No logic, secrets handling, or permissions model is altered. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant GH as GitHub Event
participant WF as greetings.yml Workflow
participant FI as actions/first-interaction@v3
participant API as GitHub API
GH->>WF: issues / pull_request event
WF->>WF: Check repo owner == 'ActivityWatch'
WF->>FI: Run action with GITHUB_TOKEN
FI->>API: List user's past issues/PRs
alt First-time contributor
FI->>API: Post welcome comment (issue-message / pr-message)
else Returning contributor
FI-->>WF: No action taken
end
Reviews (1): Last reviewed commit: "build(deps): bump actions/first-interact..." | Re-trigger Greptile |
Bumps actions/first-interaction from 1 to 3.
Release notes
Sourced from actions/first-interaction's releases.
... (truncated)
Commits
1c46889Merge pull request #363 from actions/dependabot/npm_and_yarn/npm-development-...76a99ddDisable checks for dist2ead13cBump the npm-development group across 1 directory with 10 updates2e8e200Merge pull request #361 from actions/dependabot/npm_and_yarn/rollup/rollup-li...df55979Merge pull request #357 from actions/dependabot/npm_and_yarn/octokit/types-15...c056c18Bump@rollup/rollup-linux-x64-gnufrom 4.50.2 to 4.52.3dac371dBump@octokit/typesfrom 14.1.0 to 15.0.033689d3Merge pull request #354 from actions/ncalteen/event8e69b57Merge branch 'main' into ncalteen/event69c5373Merge pull request #351 from actions/dependabot/npm_and_yarn/github/local-act...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 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)